Forum Replies Created
-
AuthorPosts
-
Hi,
You need to create a “header-republic.php” file to make get_header(“republic”); work.
Regards,
Josue
Hi,
Are you using the latest version of Enfold?
Regards,
Josue
Hi,
Try adding it to the quick CSS or to the custom.css file.
Regards,
Josue
Hi,
Looks like you already did it, i don’t see the price.
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Try this:
.ls-layer > div{
left: 0;
right: 0;
margin: 0 auto;
}
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
This code will do it, add it to the custom.css or Quick CSS:
#menu-item-3645:after {
content: url(https://www.bbmarketing.com.br/wp-content/uploads/2013/08/novo.png);
position: absolute;
right: 0;
top: 0;
}
Regards,
Josue
September 3, 2013 at 6:42 am in reply to: Enfold: Google Analytics tracking of individual "Sections" in One-Page websites #138816Hi,
Try this: add this code at the end of the functions.php file, it will create a [shortcode] which you can call in any page/post you want it, also, you can set the Analytics account id so you can track with different GA codes each page.
The code: https://gist.github.com/josueochoa/6420413 (copy and paste it)
The shortcode:
[customga id="UA-20657494"]
Regards,
Josue
September 3, 2013 at 5:59 am in reply to: Wierd Menu problem with Android Tablet showing on 2/3 page height #138823Hi,
I just tested your page on Chrome in a Nexus 7 with Android 4.3 in landscape mode, and here’s what i got: http://i.imgur.com/tCiCLUG.png
Try testing in different mobile browsers and be sure you are using the latest version of Android, it could be many things, like third party apps, vendor apps, etc.
Regards,
Josue
Hi,
Yes, most of them are, in the LayerSlider page try emptying the existing sample sliders and create new blank ones.
Regards,
Josue
Hi Maike,
That’s kinda weird, it is probably a server related issue, try re-installing/updating the theme, if it persist you may need to contact your server support.
Regards,
Josue
Hi,
Is this the page? i don’t see the tabs shortcodes working at all. Try re-installing/updating the theme.
Regards,
Josue
September 3, 2013 at 3:08 am in reply to: Problems with Icon box with a picture and layout elements #138423Hi,
Can you post the exact link where does these errors occur?
Regards,
Josue
Hi,
Just tested in Firefox 23 (OS X) and i don’t see it.
Regards,
Josue
September 3, 2013 at 2:54 am in reply to: How to remove creation date and time from the Enfold Latest Portfolio widget #138923Hi,
Try adding this CSS code:
[id*="portfoliobox"] .news-time{ display: none }
If it doesn’t work please post a link to your website so i can check it personally.
Regards,
Josue
September 3, 2013 at 2:49 am in reply to: How to change font size in non-English version menu? #138529Hi,
Try adding this CSS code to the Quick CSS or the custom.css file:
html[lang="zh-hans"] #top .main_menu .menu li > a{ font-size: 21px }
Change 21px for the desired size.
Regards,
Josue
Hi,
Try adding this CSS code to Quick CSS or custom.css:
#top #header .avia_mega_div > .sub-menu{ background: white }
.header_color .main_menu ul:first-child > li > a{ color: red !important;}
.header_color .avia-menu-fx{ background-color: red !important; }
Change “red” for the desired color, the first is for the font color and the second one is for the underline.
Regards,
Josue
Hi,
That can be done with CSS, can you please post a link to your website and the desired image?
Regards,
Josue
September 3, 2013 at 2:38 am in reply to: How to create a Register page or add a quick registration form to the main menu? #138942September 3, 2013 at 2:36 am in reply to: How can I create testimonials in one page and use it in others? #138938Hi,
That would be a little too difficult (not impossible) to do because the testimonials and FAQ are actually [shortcodes], not something that you can store as posts, i’m pretty sure a regular WP Developer freelance could do it easily.
Regards,
Josue
Hi,
Just checked the console and noted you have a lot of 404 ‘not found’ errors.
That should be the reason why the LayerSlider stopped working, if you don’t know how to open the Console please read this (Chrome).
Regards,
Josue
Hi,
Yes, it is possible.
To hide the featured image in the single post open the /enfold/includes/loop-index.php file:
Replace the line 77:
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
With this:
if(!is_singular()) if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
That should do it, just tested locally.
Regarding the second question, thats a little more tricky because there are a ton of places where the blog loop can occur, where exactly do you want to disable the link?
Regards
Josue
Hi,
Here’s how i managed to do it, just tested locally and it works:
Regards,
Josue
September 3, 2013 at 2:03 am in reply to: Megamenu – different background colors for submenus #138948Hi Thomas,
Can you post the link to your website please?
Regards,
Josue
September 3, 2013 at 2:02 am in reply to: How to style the archive page of portfolio entries? #138957Hi,
The file related to that page is /wp-content/themes/enfold/archive.php
If you want to set a specific sidebar for that page you can do it in the Theme Options page (Sidebar section).
Regards,
Josue
Hi,
This file is missing: http://www.farumkyokushin.dk/wp-content/uploads/2013/08/white.png
Regards, Josue
Hi Tyler,
Can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
-
AuthorPosts