lisakaye
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] Edit Coupon MessageIs there any PHP that can be added to modify the default message?
I actually did do just this – deleted the plugin using FTP and after this I was able to access the WP Dashboard again. I saw another user resolved the problem by updating the WordPress version BEFORE updating the plugin which I then did – and the plugin is working again! I am very relieved – totally panicked last night when my client’s whole site disappeared. Thank you very much for your response – I will always recommend your plugins due to the good support you offer.
Forum: Themes and Templates
In reply to: Responsive menu font color not responding to CSS changesI edited the file within the child directory and it didn’t worked so out of desperation (and to check I was changing the correct element) I made the change to the file within the parent directory. Still didn’t work so I’m stumped. Don’t know why it’s so difficult to do a simple colour change.
Forum: Themes and Templates
In reply to: Responsive menu font color not responding to CSS changesThe theme has Custom CSS built in but to simplify things I have moved all the modified CSS into style.css in my child theme. The responsive styles are in their own style sheet directory (under the parent theme) for some reason. I thought I could just recreate the same structure as I would with any other file within a child theme? I have these lines included in style.css
@import url("../minamaze/style.css"); @import url("../minamaze/styles/style-responsive.css");What really confuses me is that when I change the color within style-responsive.css in the PARENT directory, the changes still aren’t reflected:
#header-responsive li a:hover, #header-responsive li.current_page_item > a { color: #F33F3F; }Forum: Themes and Templates
In reply to: Responsive menu font color not responding to CSS changesI am using Custom CSS and have tried putting the #header-responsive style in this. It’s located in a sub-directory though (“styles”) which is why I first duplicated the structure using a Child theme. Neither methods word 🙁
For the record – I’m assuming that Custom CSS ONLY replaces the styles set up in style.css in the main directory, not in any other folder or by any other name? Unless there’s a way to direct certain styles to/from other locations?
They were all taken while I was on the News page (which is where the posts go). This is the only page that doesn’t have a sidebar on it.
Thank you for your suggestion. I have installed the plugin and taken some screenshots but there were pages and pages of queries. I didn’t know what I was looking for so have screenshot wherever Content Aware Sidebars are mentioned… hope I haven’t missed out anything important.
http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/query_screenshot1.jpg
http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/query_screenshot2.jpg
http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/query_screenshot3.jpg
http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/query_screenshot4.jpgThank you for your reply.
Yes, I made the front page static and the posts page News under Settings>Reading (didn’t even know there was anywhere else to set this). Please see screenshot http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/Reading-settings.jpg
I tried to follow the steps you gave but when I selected “Pages” the blog page does not show up – screenshot: http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/08/sidebar-admin-screenshot.jpg
As the first approach I tried deactivating/deleting all the plugins relating to widgets but it didn’t make a difference so I’ve now reactivated them (Remove/hide Author/Date/Category/Meta; and No Page Comment). The others I’m using (Updraft Plus; Search & Replace; Jetpack; Slider; Image Gallery; Google Maps & API key; Custom CSS) should surely not cause a problem?
Thank you very much for your response. I don’t have an account at imgur so I’ve just combined and posted the screenshots under http://www.keystonepark.co.za/devsite/wp-content/uploads/2016/07/sidebar_settings.jpg for you to see. I’ve simplified it as much as possible so didn’t use Categories etc.
Note – without the Negated condition this sidebar also shows up on the Welcome page which it shouldn’t do.
The Goran theme does have a sidebar which is set as the default layout for every page unless full-page or grid is selected.
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageI actually already started experimenting with the sidebar plugin last night – used ‘Content Aware Sidebars’. Results were the same – sidebar did not appear on the posts page. It looks like there are many people also experiencing this problem. On the Content Aware Sidebars support, there are at least 5 other instances of the sidebar not working on the main posts page, but no apparent solution 🙁
I’ve removed all the widget plugins and am only left with the following:
* API Key for Google Maps
* Content Aware Sidebars
* Custom CSS – Whole Site and Per Post
* Huge IT Google Map
* Huge IT Slider
* Jetpack by WordPress.com
* No Page Comment
* Remove/hide Author, Date, Category Like Entry-Meta
* Search & Replace
* UpdraftPlus – Backup/RestoreI have tried deactivating the comments/meta plugins but this doesn’t resolve the problem.
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageThere is definitely something conflicting… I’ve tried 3 different widget plugins which didn’t show the visibility button. The 4th showed the button but it didn’t work. I’m reluctant to disable essential plugins and therefore ‘break’ another component of the site in order to ‘fix’ the News widget problem. I will try a few more plugin options and see what happens. Maybe experimenting with an additional sidebar plugin will be a better bet?
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageAre we allowed to give you login details to have a look? Or an email address? So you can see I’m not just being a ditz with the activation 😉
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageThe module is definitely activated but the Visibility option does not appear. I’ve turned it on/off several times to check. At the moment the standalone plugin is deactivated. This causes the graphic link sidebar to appear on the homepage and News page and the article sidebar to appear on the individual posts pages. (No idea where it’s pulling info on how to use that one seeings that Visibility parameters are not available anymore so I haven’t defined them anywhere.) I’m at my wits end. What php page would I need to modify to hardcode which widget should appear on the News page?
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageEven though Jetpack was installed (with over 20 features) the visibility button wasn’t showing on widgets. I installed the Widget Visibility standalone plugin and now it does work. I’ve been able to assign the 3 graphic links to the homepage and the list of news articles to the individual post pages. However, the initial problem remains – the widget does not display on the main post/News page 🙁
When I deactivate the Widgit Visibility plugin then widgets show up on the News page… just the wrong ones. Sigh.
Forum: Themes and Templates
In reply to: [Goran] Sidebar not showing on posts index pageThe goal is to have a right sidebar on the homepage with the 3 image links; and to have another right sidebar on the News page with all the articles. At the moment I have one sidebar with ALL this content on both the homepage and the News page.
I thought that I needed to set up a custom sidebar to achieve the aim but will try using the Jetpack widget visibility module, thanks!