seekfind2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Logo Doesn’t ShowHi and thanks for the response! The domain is: http://www.ionizationlabs.com
As per the logo, it would be useful to know exactly what lines on which the instances mentioned below are found.
“
How to fix the logo issue in ResponsiveBoat when using Zerif ProIf you are using ResponsiveBoat, one of our child themes for Zerif Lite, but you upgraded to Zerif Pro you may experience some issues with the logo. We had some changes done in Zerif Pro, to use the core WordPress logo option, and unfortunately, that is interfering with ResponsiveBoat.
As many of our users have changed the files of the child theme, updating it, without any backup means losing the changes. This is why we can’t update the child theme with this fix.
To have the logo back on your site, you can do this small change in the ResponsiveBoat theme files:
From the main folder of the child theme, open the header.php file, look for this line:
$zerif_logo = get_theme_mod(‘zerif_logo’);
and replace them with this lines:$logo = get_theme_mod ( ‘custom_logo’ );
if ( ! empty( $logo ) ) {
$zerif_logo = wp_get_attachment_image_url( $logo, ‘full’ );
}
Make sure you replace all the occurrences of the first line as it appears more than once in the header.php file. Then save the file.”Forum: Themes and Templates
In reply to: [ResponsiveBoat] Logo on top left is a blank boxThat didn’t work for me either.
Forum: Themes and Templates
In reply to: [Zerif Lite] Red Button – Big Title section – is missingAll the buttons on my site are missing (unless I am in admin mode). Check http://www.ionizationlabs.com
Any help is greatly appreciated. I am under a deadline and it appears this whole theme has gone very buggy….
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Logo not appearing on homepagehow did you resolve this?
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Responsive Boat “Big Title Section” BugYou bet. Hope it goes well!
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Responsive Boat “Big Title Section” BugThey answered. It appears to have resolved the issue. I cannot get the logo to display as of yet.
“Hello, please connect to your website via FTP and go to your Zerif Lite parent theme and copy the big_title.php which is located in the sections folder. Then go to the Responsiveboat child theme and inside the sections folder delete the big_title.php it has and paste the new one from the Zerif Lite parent theme.”
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Responsive Boat “Big Title Section” BugYou bet. You might try submitting a ticket yourself and mention that other people are having this issue and are not getting any support. I submitted another ticket today and will post back either way. :/
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Responsive Boat “Big Title Section” BugI don’t know. I have sent several email to the support team at https://themeisle.com. They directed me to download a troubleshooting plugin called Parrot and then went completely radio silent on my support ticket. I don’t think they know how to fix it and it’s a deal killer for me.
I surely won’t buy the PRO upgrade package for the theme that I was planning on purchasing. I am very disappointed as it’s a well laid out and easy to use theme. One must wonder how many other bugs are there if they can’t even get the first page that is loads on the site to work correctly.
One star for support – that’s only because they answered one email before ignoring my ticket and follow-on emails, otherwise they get zero stars.
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Change The TitleI would sure like to know what the fix is here. The theme is great but the support is crappy. I emailed them several times and got blown off.
What php files need to be modified?