hortensedupin2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inception] Phone number can't start with zeroHello
We are having the same problem. Cannot add 0 or even put +33 before the number.
Can you please fix this??
Thank you!Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Couples questions/problemsHere is the link to my site:
talisformation.be/stephane/
The Bla page is my calendar pageForum: Themes and Templates
In reply to: [iTek] Site Tagline Left JustifyHello
I uploaded an image as a logo in the header. However, I would like this image to float left so that my navigation menu items can be aligned with the logo and the logo is to the far left.
Here is my site for now: http://www.bymaryparis.com
Let me know
Thanks.
P.S. The above mentions how to change the text site tagline, I would like to know for an image.
Thanks!Forum: Themes and Templates
In reply to: [Radcliffe] footer copywriteGreat. That worked perfectly.
I have another question:
On the home page, I would like to have an image slider but when I insert the short code into the page.php, it applied the slider to all my pages, not just the home page.
I noticed in the Editor section of WordPress that there is a Main Index Template (index.php) but if I apply the short code to that, it doesn’t display on the home page.
Only if I apply the short code to Page Template (page.php) that the slider appears.
How can I apply the slider to appear only on the home page?
Thank you. I really like your theme!Forum: Themes and Templates
In reply to: [Preference Lite] Woocommerce shop page not displaying sidebarOK I think I got it.
Since I’m trying to learn PHP this is helping a lot.
One question, how do I find out which php files have referenced files in other pages?
For example, how do I find out where other $pages, or get_sidebar etc… are on other pages? I hope this is making sense. If not, don’t worry, I’ll just open all files and compare.Forum: Themes and Templates
In reply to: [Preference Lite] Woocommerce shop page not displaying sidebarHello
Yes I did follow the instructions on 3rd party Themes (I should of indicated that in my first post).
In my preference lite file folder I duplicated the page.php and renamed it woocommerce.php as indicated in the 3rd party instructions.And here is the code inside my woocommerce.php page:
<?php
// Exit if accessed directly
if ( !defined(‘ABSPATH’)) exit;/**
* Main Page Template
*
* @file woocommerce.php duplicated from page.php
* @package Preference Lite
* @author Styled Themes
* @copyright 2013 StyledThemes.com
* @license license.txt
* @version Release: 1.0
* @since available since Release 1.0
*/get_header(); ?>
<!– Main Content –>
<div class=”container”>
<div class=”row”>
<div id=”component” class=”site-content span12″ role=”main”>/* This is what was asked to do in the 3rd party instruction link.*/
<?php woocommerce_content(); ?></div><!– #component –>
</div>
</div><?php get_footer(); ?>
I couldn’t figure out the use of hooks (as it’s for advanced developers, not my case)
Any other suggestions? If someone out there can explain how to use the hooks, maybe it’s a better solution, I would love your help. Just make sure you explain every single detail, from which file to edit to where to add the code and what the code actually does.Thanks!
Forum: Themes and Templates
In reply to: [Preference Lite] Help with Preference Lite customizingI love the preference lite theme!
I have been reading a lot of posts regarding the page title but can’t seem to figure out where to add the code display:none.
Is it in the Editor section of WordPress? Because I tried to do that and it didn’t work. I still see the page title.
Thanks!