sqweets
Forum Replies Created
-
Well, I tried deleting and re-installing and its working fine. It did have issues when I tried to delete it. I had to refresh site and deleting again, which worked.
I apologize for not thinking of this earlier. Thanks for the quick responses and everything.
I can not activate the plugin because of the error.
The error message when I try and activate:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘}’, expecting end of file in /home3/ahstloui/public_html/wp-content/plugins/popup-anything-on-click/includes/shortcode/popupaoc-popup-shortcode.php on line 1I think this might be a php error, based on past experience. My local php version is 7.3.7 (and plugin works perfectly).
Moved to live (hosted) server and get the above error. Live server is on php version 7.3.28.
Changing the <p> tags to divs didn’t make any difference. I found that the hover container is where to change the padding and the min height was also set there. Ended up with this:
#slider_323 .owl-item .sa_hover_container { padding: 0.5% !important; min-height: 60px; }Thanks.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedI am working in a local environment. I am very busy and will be for a long time but I will try and put it up when I can.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedI do not see how sending you a folder from the core wordpress files will help. The site is running with version 4.9.6.
However, I wonder if you realize that I have the Author’s Message section enabled (under Front Page): https://photos.app.goo.gl/YETXqcPHcFq8SAD9A
And: https://photos.app.goo.gl/frZt2btQQp4g46B29
Note that the field where “Front Page Quote” is shown is NOT a dropdown that gives you the list of pages to select from. There is just a blank field that I manually typed in “Front Page Quote”.
Also, I can not remove that text at all now. Which seems like a pretty bad bug itself. Whether or not something was typed in this field did not matter at all.
And note that if the Front Page Quote page is NOT selected as the static home page nothing shows up on the homepage in the author’s message section. Well, I assume its the author’s message section. I can’t tell what the other options under “Front Page” even do.
If the Author’s message is enabled, it would show the static homepage until a blog page was selected.
- This reply was modified 7 years, 11 months ago by sqweets.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedDid not work. How it worked is unchanged from previously described.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedThis is the correct page (after getting it corrected, more on that below): https://photos.app.goo.gl/Z1XNm6HzbE8c3DU77
Outside the customizer, still correct: https://photos.app.goo.gl/P9XNBM7J7Ya6BwsRA
Add new page (used link in customizer, below select box) The blog page is now the homepage: https://photos.app.goo.gl/hdoxFPTNJ2VMkoFm7
Outside customizer: https://photos.app.goo.gl/jjB4bnEtBhJXks9C7
Removed blog page selection, no change on homepage: https://photos.app.goo.gl/ywZxaCMuDuV7K5ws6
In fact, I have to delete the blog page to get it removed from the homepage, the customizer settings are totally ignored.
I have also seen where I have the homepage correct (like the first image) and go to the admin menu and create a page and that page straight away replaces the homepage. Without going into the customizer.I have tried this in an incognito window as well as trying clearing browser data at different points in the setup. Neither made any difference.
I went to the twentyseventeen theme and everything worked fine. I enabled the base theme and it worked the same as the child theme (just trying to cover all the bases)
I suspect that there is a value in the database that is in an invalid state maybe. (previous job involved a lot of debugging wordpress and drupal sites). If you would like a copy of the database, I can send that. I am also preparing to start debugging this myself. Once I decide if that time is better spent finding another theme or not.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedI have created a child theme where the only thing I have modified is the css.
I have also cleared browser cache and tried incognito as well. I am working on a local site (MAMP) and have restarted the server. And actually now, I can’t get the homepage text to show up at all.This is the code in my functions file just FYI:
<?php function mega_blog_child_enqueue_styles() { $parent_style = 'mega-blog-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); wp_enqueue_style( 'custom-google-fonts', 'https://fonts.googleapis.com/css?family=Yesteryear', false ); } add_action( 'wp_enqueue_scripts', 'mega_blog_child_enqueue_styles' ); ?>- This reply was modified 7 years, 11 months ago by sqweets.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedNeither of those worked. I tried all the combinations I could think of (clicking the homepage link included) and none worked. Also, if I de-select the blog page the selected homepage will not come back unless I make the homepage recent posts then select static page again, then select the static homepage.
Forum: Themes and Templates
In reply to: [Mega Blog] Static homepage with blog page buggedI create a page titled “Author’s Message”. I set that as the Homepage. I see the page title and the text on that page displayed on the homepage under the header image. This is with nothing selected as a Blog or posts page.
I then select a static page as the posts page. It is a blank page titled “My Blog”. The home page changes (under the header) to show the title of the posts page (My Blog) and the rest of the section is blank. Anything from the chosen static homepage is removed.
I see this as the blog page replacing the homepage I originally chose and I can’t see how this is right. Because the results are that you cannot have a blog page AND a static home page.
Forum: Plugins
In reply to: [GoToWP] Shortcode not renderingAny chance you could post what the issue was? I am having the same problem.