Forum Replies Created
-
AuthorPosts
-
Hey,
You didn’t close the li tag.
<h3>Heading</h3>
[av_hr class='default' height='5' shadow='no-shadow' position='center']
<ul>
<li style="list-style-type: square;">blah blah blah.</li>
<li style="list-style-type: square;">blah blah blah.</li>
<li style="list-style-type: square;">blah blah blah.</li>
</ul>Regards,
Ismael
Hi,
Please try this:
@media only screen and (max-width: 767px) {
.avia-section {
max-width: 100%;
}
}Remove browser cache then reload the page.
Regards,
Ismael
August 21, 2013 at 12:12 am in reply to: LayerSlider image link hover effect does not working #136525Hey,
Add the class=”avia-hover-fx” on the anchor tag.
<a class="avia-hover-fx" href="LINK HERE"><img src="IMAGE URL HERE"></a>
Regards,
Ismael
Hey,
You can add the text widget then add the html codes provided by advertising sites.
Regards,
Ismael
Hi,
Please decrease the switchWidth value. I think the css code will work:
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}Like I said, there is still no fix on instances when you rotate the iPad from landscape to portrait view without refreshing the page.
Regards,
Ismael
Hi,
Please try this:
#top.page-id-1780 div .avia-gallery img {
max-height: 100%;
}http://chriswardphotography.net/consumer/galleries/fashion-and-portraits/
Regards,
Ismael
Hi,
Deselect the Blog on Enfold > Theme Options > And where do you want to display the Blog?. Create a Blog page then insert the Blog Post element. Select “Single author, big preview pic” as the Blog Style. Publish the page. Go to Enfold > General Settings > Blog Style, select “Single Author, small preview.”
Regards,
Ismael
Hey,
Oh! I see. My bad. Thanks for the fix then. Let me tag Kriesi. Maybe, he will consider this as a feature request.
Regards,
Ismael
Hey,
Please switch the Avia Layout Builder to debug. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}The actual shortcode will show below the Advance Layout Editor. Copy this shortcodes for each page:
One Page Portfolio: http://pastebin.com/EKLLhxB1
The Front Page Shop: http://pastebin.com/zG2jWifF
Regards,
Ismael
Hey,
I’m not sure if there is an issue between the two. Anyway, glad it is fixed now. :)
Regards,
Ismael
Hey,
Add !important.
display: none !important;
Remove browser cache then reload the page.
Regards,
Ismael
August 20, 2013 at 7:15 am in reply to: LayerSlider in WP 3.6 + ENFOLD 2.0 + Firefox 23: cannot delete slides #136372Hi,
I tested this on Firefox and it is working fine. Let me tag the rest of the support team.
Regards,
Ismael
Hey,
Can you give us a link to the page? You can add class=”alignleft” to the anchor tag.
Regards,
Ismael
Hi,
That’s exactly how it works. You select or deselect transitions then close the window. Click the Save Changes button below.
Regards,
Ismael
August 20, 2013 at 7:06 am in reply to: Main Menu Custom Links for One Page Sites – Section IDs and Anchor Scrolling #132809Hey,
@ANKirschner: Nice work! Please upgrade to Enfold 2.0 if you’re experiencing any issues. :)
Regards,
Ismael
August 20, 2013 at 6:57 am in reply to: Change the margin width to the main content area and side bar #134943Hey,
The code above is for the normal desktop view. Please adjust the width if necessary. Don’t remove browser cache then reload the page a few times to see the changes:
.boxed .container {
margin: 0px 10px;
}
.container {
position: relative;
width: 990px;
}
@media only screen and (min-width: 1140px) {
.responsive .container {
width: 1110px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container {
width: 762px;
}
}Regards,
Ismael
August 20, 2013 at 6:56 am in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135933Hi,
Edit line 651 on framework > php > class-framework-widgets.php:
$xml = simplexml_load_string($twittercount['body']);
Replace with:
//$xml = simplexml_load_string($twittercount['body']);
Regards,
Ismael
Hey,
You can just ignore the Portfolio Grid element. This way, no portfolio will show up.
Regards,
Ismael
August 20, 2013 at 6:50 am in reply to: Layout Builder: "Click here to add your own text" keeps coming back #136370Hey,
Edit config-templatebuilder > aviashortcodes > iconbox.php, find this code:
"std" => __("Click here to add your own text", "avia_builder" )),
Replace it with:
"std" => __("", "avia_builder" )),
Reload the page.
Regards,
Ismael
Hi,
Please contact your host, ask them to enable mod_rewrite. You can refer to this link to fix the permalink settings: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Ismael
Hi,
@darkcanvas: I visited your site again and looks like the code I gave you worked. I’m not sure why you’re saying otherwise. Please remove browser cache then reload the page.
Regards,
Ismael
Hey,
Yes, that is possible. You can combine shortcodes or add HTML tags to the table element. Please give us a link to the page with the table element because it varies on different theme installations.
Regards,
Ismael
August 20, 2013 at 4:28 am in reply to: Help with setting up the Google Map Widget on the Contact page like the Demo #136279 -
AuthorPosts