Forum Replies Created
-
AuthorPosts
-
September 13, 2013 at 2:09 pm in reply to: Using the Fonttype Social Media Icons in single Posts #140645
Hi Michael,
Glad you get it working :)
Regards,
Josue
Hi,
Try changing that to:
.avia-testimonial-subtitle { font-size: 300%; color: #ffffff !important;}
If it doesn’t work please post a link to your website.
Regards,
Josue
Hi Katharina,
Can you post the link to your website please?
Regards,
Josue
Hi,
I tested this code locally and it does the job:
.boxed#top{
-moz-box-shadow: 0 0 15px #111;
-webkit-box-shadow: 0 0 15px #111;
box-shadow: 0 0 15px #111;
}
Regards,
Josue
Hi,
Yes you can, in the menu you’ll need to create custom links elements and assign the URL to the ID of the specific section:
The IDs are incremental for each section: av_section_1, av_section_2, av_section_3. In case of an Slider: layer_slider_1
If you have problems finding the IDs of your sections please post a link to your website.
Regards,
Josue
Hi Jane,
Use this selector:
.current-menu-ancestor a, .current-menu-item a{ font-weight: bold !important; }
Regards,
Josue
Hi,
style.css does nothing to the look of the page, add it either to the Quick CSS section or the custom.css file, regarding the option for font-size you could request it here.
Regards,
Josue
Hi,
Importing the dummy content after installing Enfold will create you a page (Homepage) exactly like that.
Regards,
Josue
Hi,
Mimicking the Windows desktop behavior is possible but it would require some deep customization, however i found a way to reduce the width of the submenus, adding this CSS code will do it:
.main_menu .menu ul{
width: 100px !important;
}
#top .main_menu .menu li ul a {
width: 150px !important;
}
#header_main_alternate .main_menu .menu li ul ul {
left: 150px !important;
}The result:
You would need to remove some of the space added before those “>>”.
Regards,
Josue
Glad you get it working Chris :)
Regards,
Josue
September 13, 2013 at 2:02 am in reply to: Lost the advanced page template editor after updating WordPress #140995Hi Ben,
Glad it is fixed.
Cheers,
Josue
September 13, 2013 at 2:00 am in reply to: Colour Section & Background Attachment Mobile Devices 2 #140797Hi,
The demo site is not using the latest version of Enfold yet.
Regards,
Josue
Hi Chris,
You could try something like this:
<span class='avia-font-entypo-fontello'></span>
If you don’t see what’s inside the span check the character map, copy the last code of the icon you want to use.
Regards,
Josue
Hi,
Are you using the latest version of Enfold? if no, please update, if the problem persist can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi,
We can’t access the link you posted.
Regards,
Josue
September 12, 2013 at 11:14 pm in reply to: Using the Fonttype Social Media Icons in single Posts #140640Hi,
You could use the HTML code (ex: ✒) for each icon, here’s the Entypo character map.
Regards,
Josue
Hi,
You could use a manual excerpts to define a description:
Regards,
Josue
Hi,
Did you tried cleaning the LayerSlider sliders?
Regards,
Josue
Hi,
Can you post the link to your website please? I’d like to know where is the font file located, FF is known for issues with @font-face embedding.
Regards,
Josue
Hi,
I see that your WordPress installation is not in Spanish, change that first and many things will change automatically, if you don’t know how to, check: http://codex.wordpress.org/WordPress_in_Your_Language
Regards,
Josue
September 12, 2013 at 9:11 pm in reply to: How change the page title at the top of individual post pages? #140414Hi John,
Glad you get it working.
Regards,
Josue
September 12, 2013 at 7:37 pm in reply to: Tabular Data not displaying as expected on mobile devices #140678Hi,
I think this may be intentional, can you please post the link to this specific page in your website?
Regards,
Josue
Hi Navid,
I don’t see “ERROR”, however i found why your slider isn’t working, because of missing files:
Those files doesn’t exist, those where from Sliders included in the dummy content, try removing all the LayerSliders and start from scratch.
Regards,
Josue
Hi,
I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:
Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):
foreach($sorted_rows as $ul_k => $ul){
$output .= "<div class='pricing-table-wrap'>";
Replace it with:
$i = 0;
foreach($sorted_rows as $ul_k => $ul){
$i++;
$output .= "<div class='pricing-table-wrap' id='table_$i'>";
Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.
Regards,
Josue
September 12, 2013 at 5:08 pm in reply to: How change the page title at the top of individual post pages? #140412Hi John,
1. Uncomment / restore the line you deleted, and change the content of the variable $title in line 9:
$title = __('Blog - Latest News', 'avia_framework');
You can change “Blog – Latest News” for whatever you want to.
2. Yes, this will be wiped when you update Enfold, try using a child theme to preserve changes.
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Can you post the link to your website please (the big page where the button lays)?
Regards,
Josue
Hi,
Yes, it is, you can create as many menus you want, but you’d need to set their positions in each page, and that would require some deep customization which is not covered in this support forum, i’d recommend hiring a freelance developer.
Regards,
Josue
Hi Rob,
You can’t modify it because the look of that element is handled by the system (Android. iOS. etc) where the page is being viewed.
Regards,
Josue
-
AuthorPosts