Forum Replies Created
-
AuthorPosts
-
To be honest, i got a little confused with your question too, so i responded what i understood. Please elaborate on your other questions (numbering them would be helpful).
Regards,
JosueHey!
This will increase the icons:
.social_bookmarks li a { font-size: 22px; }Regarding the others, you can use:
#advanced_menu_toggle { } .logo{ }I’m not sure if the logo is re-positionable, remember to wrap this selectos within the mobile media query.
Best regards,
JosueHey!
Seems dynamic enfold.css isn’t being updated with the Quick CSS, try putting the code in css/custom.css in the meantime:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { top: -15px; }}Regards,
JosueApril 8, 2014 at 8:07 am in reply to: White blank page after Advanced Layout Editor / Builder loads #248676Try uploading an image here:
http://www.aeroklub.waw.pl/wp-admin/media-new.phpWhite screen occurs, even with the default WP theme activated, test it yourself.
Regards,
JosueHey Eymata!
Try with this code:
#scroll-top-link { display: none !important; }Cheers!
JosueHi Bertus,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Just to discard if the issue is theme-related or not, please set up a CF7 form and test if it works.
Regards,
JosueHi!
I found a way to have both, add this to the functions.php:
add_filter( 'wpcf7_form_elements', 'mycustom_wpcf7_form_elements' ); function mycustom_wpcf7_form_elements( $form ) { $form = do_shortcode( $form ); return $form; }Then you can use the Enfold layout shortcodes in your CF7 form:

Regards,
JosueHi Jared,
Icons are showing on my end (try seeing it from another device):

@designing scroll to the very top of this topic and click Unsubscribe.Cheers!
JosueTry this one:
.blog-meta a { pointer-events: none !important; }Cheers!
JosueHi Mike!
You’d need to hardcode that content in HTML, please take a look at this:
https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194Let me know if you need help with the positioning.
Cheers!
JosueHey!
The code should be:
#avia-menu a { font-size: 16px !important; } .sub_menu { font-size: 18px; }Regards,
JosueApril 8, 2014 at 6:56 am in reply to: White blank page after Advanced Layout Editor / Builder loads #248629Hi!
The Dashboard can not be accessed, check your PHP error logs. i’m not sure if this issue is coming from the theme to be honest.
Regards,
JosueHallo!
Regular ist gut, wenn Sie weitere Hilfe benötigen, kontaktiere Envato Unterstützung zu diesem Thema.
Gruße,
JosueHey!
The problem is that vimeo link structure are the same for videos and users, i’m trying to find a solution but a temporary workaround would be to use a shortener for your profile link.
Cheers!
JosueHello,
I just checked your website and seems you already have Enfold installed and running. Is the issue solved?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#avia-menu > li > a { font-weight: 900 !important; font-family: 'Myriad Pro'; font-size: 16px !important; color: #ffdcbd !important; } #avia-menu > li > a:hover{ color: #ff7700 !important; background: white; text-decoration: underline; } #avia-menu .sub-menu a{ font-family: 'Myriad Pro'; font-weight: 900; font-size: 14px; color: #ff7700; background-color: #fff; } #avia-menu .sub-menu a:hover{ color: #cc4400; text-decoration: underline; }That platform for editing the style of certain parts of the theme is already on plans.
Cheers!
JosueHey Gary!
I didn’t see any background image on that Page, for the column sizing you mention you can try using one like this:

Cheers!
JosueHey Erich Nolan!
Where is this ‘feedback’ section coming from?
Regards,
JosueApril 8, 2014 at 5:22 am in reply to: Change portfolio categories order in fulwidth masonry grid #248597Hi Laure,
Open /config-templatebuilder/avia-shortcodes/masonry_entries.php: and look for line 864
$query = array( 'orderby' => 'date',Replace it by this:
$query = array( 'orderby' => 'menu_order',Then, use this plugin to edit the order.
Regards,
JosueHey!
Have you tried using the Parallax Level option in LS?

Cheers!
JosueApril 8, 2014 at 3:53 am in reply to: How to include an .mp4 video in the LayerSlider and a Color section #248591Please do so, provide the links to the self-hosted video too.
April 8, 2014 at 3:53 am in reply to: Image preview not showing in Blog Multiple image Gallery format #248590Hi!
1. You have to set the Featured image here (in each post), scroll down to the bottom.
2. Exactly.
Best regards,
JosueI think it would be better to contact a specialist for that kind of modifications.
Cheers!
JosueHey!
You have been able to do that without the change:

Regards,
JosueApril 7, 2014 at 3:00 am in reply to: Image preview not showing in Blog Multiple image Gallery format #247987Hey!
1. Seems you are no longer using the blog as a grid and the image of the first post is showing.
2. You had the old blog Page removed, but it was still on the Trash, i removed it and changed the current blog permalink:
http://www.labhanshicreations.com/blog/Cheers!
JosueApril 7, 2014 at 2:53 am in reply to: How to include an .mp4 video in the LayerSlider and a Color section #247982Hi!
The code i provided is meant to use a video as a layer, i’m not sure if it possible to use a video as a background in LS.
Best regards,
Josue -
AuthorPosts
