Forum Replies Created
-
AuthorPosts
-
Hi!
It has to do with a rule overwrite coming from the ls CSS, but i found a solution, set both layers an ID (Attributes tab), and then add this code to the Quick CSS:
#my_layer_1, #my_layer_2{ background: rgba(255, 255, 255, 0.74902) !important; }
Cheers!
JosueJanuary 8, 2014 at 2:26 am in reply to: Enfold – Widget/Sidebar X (remove) button much too close to collapse button #206580Hey Monsoon!
It has to do with the new WP Dashboard design, it will be fixed in future theme updates.
Regards,
JosueHey!
Change the code to this:
@media only screen and (max-width: 989px) { .responsive #top #header { position: static; }}
And set the header type to fixed.
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueJanuary 8, 2014 at 2:16 am in reply to: ENFOLD – EasySlider -> fixedHeigth instead of fixed width #206574Hi,
Can you post the link to the page where you are trying this please?
Regards,
JosueHi!
Please refer to this article, that will enable a custom class field in all ALB elements, that way you can set a custom class to the images you want and then with CSS you can decorate them:
.my_img{ border: 5px solid gray; }
Best regards,
JosueHey Sophie!
Take a look at this plugin: http://wordpress.org/plugins/facebook-like-button/
Regards,
JosueHi!
Please refer to Devin response in this topic on how to override a shortcode without editing the theme files directly: https://kriesi.at/support/topic/how-do-i-override-an-avia-framework-class-definition-using-enfold-child/#post-166970
Cheers!
JosueHi!
For the header, go to Enfold > Header, and select a header type that shows the social icons.
For the footer, you’d need to use Widgets, you can either use the Enfold RSS Link and Twitter Account Widget, or you could paste the HTML code from the header to a Text Widget (we can help you with that, but we need to see the website with the header social icons activated first).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
The buttons are appearing, take a look:
http://www.linaukis.com/kriesi-at/
Where do you want them to be?
Regards,
JosueHi!
Maybe is in the translation files (.po/.mo), try looking for them using this plugin.
Best regards,
JosueHey Robi!
Try adding this code to the Quick CSS:
.widget_bp_core_login_widget { position: relative; left: 70px; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello,
It may be possible, where are these images? are they thumbnails or in the Page/Post content?
Cheers!
JosueHey!
Have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueHi!
Please create an Administrator account so we can take a look at it (the one you already provided is not working).
Regards,
JosueJanuary 7, 2014 at 7:36 am in reply to: [possible bug] image rollover isn't covering whole image #206166Hey!
Have you tried updating the theme? latest version is 2.4.4.
Best regards,
JosueHey!
Oh, no. Unfortunately that’s not possible at the moment, however it may be added in future updates.
Regards,
JosueHello!
You could detect if the user is using a mobile device and redirect them to another page, that’s possible but it would require some coding, please take a look at this:
Cheers!
JosueHey!
I didn’t quite understand you, could you please elaborate?
Cheers!
JosueHey!
Yes, it’s possible, generate the shortcode using the Magic Wand (don’t enter ALB), that will create a shortcode which you can simply paste in a Text Widget.
Cheers!
JosueHi,
Open includes/related-posts.php and look for lines 44-51:
$my_query = get_posts( array( 'tag__in' => $tag_ids, 'post_type' => get_post_type($this_id), 'showposts'=>$postcount, 'ignore_sticky_posts'=>1, 'orderby'=>'rand', 'post__not_in' => array($this_id)) );
Replace them by this:
$my_query = get_posts( array( 'tag__in' => $tag_ids, 'post_type' => get_post_type($this_id), 'showposts'=>$postcount, 'ignore_sticky_posts'=>1, 'orderby'=>'rand', 'post__not_in' => array($this_id), 'tax_query' => array( array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'terms' => array('_YOUR_UNDESIRED_TAG_'), 'operator' => 'NOT IN' ) ) ));
Change _YOUR_UNDESIRED_TAG_ by the tag you want to exclude.
Regards,
JosueHi Js-interactive!
First make sure you have some portfolio items (with images attached) to show, then create a Page, activate Advanced Layout Builder and look for “Fullwidth Masonry” (Content Elements), drag it into your content and configure it like this:
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey LiveLightCo!
Content Elements > Testimonials.
Regards,
JosueJanuary 7, 2014 at 6:33 am in reply to: Sticky/Fixed Widget in Sidebar not working in Chrome #206144Hi eigenstil!
I tested both pages on Chrome 31.0.1650.63 (Mac OS X), didn’t see any flickering.
Regards,
JosueHi,
Can you post the link to your forum please?
Regards,
JosueJanuary 7, 2014 at 6:12 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206140Hi!
Only LayerSlider is officially supported, however you can try alternatives like Revolution Slider, but as Ismael said there may be some issues.
Cheers!
Josue -
AuthorPosts