luisthegeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Locations not showingThat resolved it. Thanks.
Forum: Plugins
In reply to: [WP Cloudy] Map does not show any weather informationI have the same problem. Layers just show as pink. I have them set to 40%. https://gyazo.com/779bc73000b77ef40ec1758f2fcd2a7f
Also takes a while to load.- This reply was modified 8 years, 1 month ago by luisthegeek.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Latest update broke my siteThis solved my problem. Although I found the line on line # 825 instead of 413…Not sure why mine would be different. I have not modified plugin files at all.
Forum: Themes and Templates
In reply to: [Giornalismo] About Author avatar, Staff Page, Mobile Nav Menu,All of this has been resolved. Not able to mark this post as resolved.
Forum: Plugins
In reply to: [The Events Calendar] Remove list numbers on Event List widgeti am using a child theme. I added:
<?php #tribe-list-widget {list-style:none;} ?>
And go no results.
Currently the child theme style.css page consists of:
/* Theme Name: Giornalimso Child Description: Child theme for Giornalismo theme Author: Giornalismo Template: giornalismo */ <?php #tribe-list-widget {list-style:none;} ?>
I have tried a couple of variations of the snippet and event included it at the very bottom of the style.css page of the parent theme, but no luck.
Am I doing something wrong?
Forum: Themes and Templates
In reply to: [Giornalismo] About Author avatar, Staff Page, Mobile Nav Menu,About Author photo resolved during last jetpack/WP update.
Forum: Themes and Templates
In reply to: [Giornalismo] columns look terribleIf you have nothing showing in the right column, be sure to check your settings by going to Dashboard > appearance > customize and make sure that you have a category selected for column 2
Forum: Plugins
In reply to: [WP Job Manager] Sponsored Jobs from Indeed not showinggot it, thanks
Forum: Plugins
In reply to: [Facebook Comments System] Remove the Facebook Comment Plugin tagPoor support. over 1 month and no reply. removed plugin.
Sorry, forgot to post update: the issue was related to a setting on a separate plugin. thanks.
Forum: Themes and Templates
In reply to: [Giornalismo] About Author avatar, Staff Page, Mobile Nav Menu,I wanted to add, after further troubleshooting the Menu Nav issue on mobile devices, I have found the issue. My Mailchimp Top Bar was interfering with it. Is there a way to fix this? I currently have disabled the MailChimp top bar feature until i can find a workaround or fix.
-
EDIT:
I found the bug causing problems with MailChimp Top Bar and the Mobile nav menu. There is a workaround.
Workaround: Move your top bar to the bottom of your site. To do this go to Dashboard > MailChimp > Top Bar > Appearance
Forum: Plugins
In reply to: [Yoast SEO] Yoast Breadcrumbs not showingforgot to mark as resolved
Forum: Plugins
In reply to: [Yoast SEO] Yoast Breadcrumbs not showingI resolved it by adding it to the bottom of my header.php page and editing your code to include the php tags like this:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
You may want to update your page here to include those tags for others.
Forum: Plugins
In reply to: [Social Media Widget by Acurax] "Thank you" box hide errorHaving the same issue here. have already rated 5 stars and now it is not hiding at all and takes up a large portion of the screen. getting real aggravating. if no fix soon, will have to remove and find another un-abtrusive plugin.
Awesome! Had the same problem and this resolved it also!