lozadaOmr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with SidebarGood day,
I did some more testing, but I can’t get it right.This is the page where I tested my Slider, it works fine. It’s called test-page.
So I then change my front page settings, using the test-page as my front page. I was expecting it to work, but still the slider also didn’t work?
Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with Sidebar@tomaja Yes I did, although I’m just guessing it could be because I am using a static page to display the post and front page?
Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with SidebarThe warning I got was weird, it’s gone now. weird.
So after doing some testing, I managed to make the slider work I tested it here and it works fine.
But when I try to do it on the Front (home), the slider doesn’t appear?
Why is that? Do I still need to put additional codes?It was supposed to appear above the Inquire Now button.
(Still between the two sidebars)Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with SidebarI have checked it and it is accessible.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with Sidebar@tomaja ,
I followed the instructions for the snippet.
You are correct, I still need to make some tweaks on the CSS, to make it fit in the narrow content area between two sidebars, but I am now getting a warning.
Child Theme’s functions.php
<?php //we hook the code on the wp_head hook, this way it will be executed before any html rendering. add_action ( 'wp_head' , 'move_my_slider'); function move_my_slider() { //we unhook the slider remove_action( '__after_header' , array( TC_slider::$instance , 'tc_slider_display' )); //we re-hook the slider. Check the priority here : set to 0 to be the first in the list of different actions hooked to this hook add_action( '__loop' , array( TC_slider::$instance , 'tc_slider_display' ), 0); } ?>
Unfortunatly, I am getting an warning because of this,
Warning: getimagesize() [function.getimagesize]: Couldn’t resolve host name in /home/sushidel/public_html/wp-content/themes/customizr/parts/class-header-header_main.php on line 145
Warning: getimagesize(https://www.sushidelivery.com.ph/wp-content/uploads/2013/11/gryn-logo2.png) [function.getimagesize]: failed to open stream: operation failed in /home/sushidel/public_html/wp-content/themes/customizr/parts/class-header-header_main.php on line 145
Forum: Plugins
In reply to: [WP Catalogue] DisplayThat was great! It worked, thank you Maeve Lander!
Forum: Themes and Templates
In reply to: [Customizr] Customizr Slider with SidebarIn which file should I edit this?
I can’t seem to find the line of code
add_action( '__header' , array( TC_slider::$instance , 'tc_slider_display' ), 0);
Forum: Plugins
In reply to: [WP Catalogue] DisplayOkay so I managed to make it work somehow.
I changed the thumbnail size, this worked but the problem I am now having is that when a product has a long name it messes the layout.
Forum: Plugins
In reply to: [WP Catalogue] DisplayI have read the FAQs, but still I have no idea as to what I should be putting on the WP Catalogue settings.
I have Googled on what it is but can’t find anything that will explain clearly what I should be doing.
I am sorry if this was supposed to be something I obviously know, but I just started using WordPress recently.
Forum: Themes and Templates
In reply to: [Customizr] Remove the glyphiconsOkay so it me awhile to figure out that I wasn’t suppose to use background-image in the CSS.
Anyway this the code I am using which solves my problem.
.icon-facebook:before { content: url(https://image/url/image.png) !important; } .icon-feed:before { content: url(https://image/url/image.png) !important; } .icon-instagram:before { content: url(https://image/url/image.png) !important; }
Thank you @nikeo for the replying to my question.
The website can be found here