Forum Replies Created
-
AuthorPosts
-
Hey MuzSolutions!
I’m not sure what you’re trying to do but you can move the main menu using this:
.main_menu { right: 0; top: 20px; }
Regards,
IsmaelHi BelIblis!
Have you tried the Addthis plugin? http://wordpress.org/plugins/addthis/
You can refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606
Best regards,
IsmaelHi Indiatravelz!
You can find the css style of the Tab element on css > shortcodes.css:
#top .tabcontainer{ background: transparent; } .tabcontainer{ margin: 30px 0; position: relative; width:100%; clear: both; overflow: hidden; background: transparent; } .tab_titles{ position: relative; width:100%; clear: both; float:left; z-index: 5; } .widget .tabcontainer{ margin-top:0px; } .js_active .tab_content{ visibility: hidden; clear: both; padding: 10px 19px; overflow:auto; position: absolute; top:0; z-index: 0; left:120%; width:100%; } .js_active .tab{ cursor:pointer; margin:0 -1px 0 0; display: block; float: left; z-index: 2; position: relative; padding:12px 16px; top:1px; font-size: 11px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-style: solid; border-width:1px; } .js_active .top_tab .tab{ border-bottom: none; padding:12px 16px 14px 16px; } .js_active .active_tab{ z-index: 4; position: relative; font-weight: bold; } .js_active .tab_titles .tab:first-child{ border-top-left-radius: 2px; } .js_active .tab_titles .tab:last-child{ border-top-right-radius: 2px; } .js_active .active_tab_content{ display: block; visibility: visible; z-index: 3; position: relative; overflow:auto; border-style: solid; border-width:1px; border-radius: 2px; left:0; width:auto; } .tabcontainer .tab_icon{ margin-right: 7px; font-size: 13px; } .tab_inner_content{ margin: 11px 0; left:-200%; position: relative; } .active_tab_content .tab_inner_content{ left:0; position: relative; }
Can you please post a screenshot of what you’re trying to do?
Best regards,
IsmaelHey!
Have you tried copying everything from enfold.css to wp-content/themes/enfold/css > custom.css?
Cheers!
IsmaelHi agasparkles!
Sorry for the delay. Please give us a link to the website. Post the login details here as a private reply.
Best regards,
IsmaelHey!
Can you please give us a link to the website? Did you try to update the theme?
Regards,
IsmaelHi CloudChoice!
You can use the Codestyling Localization plugin to translate the text or string. Go to Tools > Localization > Edit the brazilian language then search for the specified text.
Regards,
IsmaelHi tdproperty!
It is commonly use to showcase your previous work or projects. It is the same as posts but you can use the Advance Layout Builder when working with portfolio items. You can watch these videos: http://vimeo.com/channels/aviathemes
Cheers!
IsmaelHi erinnova!
Are you sure you’re using an administrator account? Please check. A link to your website will help. If you don’t mind, please post the login details here as a private reply.
Best regards,
IsmaelHi dcmalk!
Yes, it it doable. What elements are you trying to remove on mobile? You can use media queries. For example, ff you want to remove the header on mobile view you can do something like this on Quick CSS:
@media only screen and (max-width: 767px) { #header { display: none; } }
Regards,
IsmaelNovember 20, 2013 at 4:05 am in reply to: Footer Image and centering menu/links in header with icons #190813Hey ediethelm!
1.) You can use a text widget then add the logo code manually:
<a href="LOGO LINK HERE"><img src="LOGO URL HERE"></a>
2.) Did you modify any css styling? It should vertically aligned by default.
Cheers!
IsmaelHey!
Please go to wp-content/uploads/dynamic_avia, edit enfold.css then copy everything. Place all of it on custom.css. Remove browser cache then test each languages.
Cheers!
IsmaelHey Indiatravelz!
What font are you trying to use? You can edit the layers on the slider then go to Attribute panel. Add a unique css selector on the CSS Class or CSS ID field, “layer-slider-font” for example. Specify the font family on Quick CSS:
.layer-slider-font { font-family: 'Open Sans', sans-serif; }
Best regards,
IsmaelNovember 20, 2013 at 2:30 am in reply to: Incorrect display of advanced layer slider on mobile #190787Hey marcuscent!
You can edit the layers on the slider then add go to Attribute panel. Add a unique selector for each of them. Adjust the position on mobile view using media queries. Please update us after you added an attribute.
Best regards,
IsmaelHi!
Can you please give us a link to the website? The Advance Layout Builder is not available for posts, you can only use it for pages and portfolio items.
Regards,
IsmaelHi!
Place it on Enfold > Styling > Quick CSS or add it on your custom.css. It should override all of the css style if you’re using the correct selector.
Cheers!
IsmaelHi!
You can edit single.php, find this code and remove it :
//wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');
Best regards,
IsmaelHey ubercool!
Did you add any plugins prior to the issue? Please check Settings > Reading, don’t set any page.
Best regards,
IsmaelNovember 20, 2013 at 1:53 am in reply to: Post featured images all different sizes.. Need consistient size #190763Hi!
The only solution is to upload images with the same dimension. The theme will crop it the same.
Cheers!
IsmaelHi silviouk!
Please edit header.php, find this code:
$phone = avia_get_option('phone'); $phone_class = !empty($nav) ? "with_nav" : ""; if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";
Replace it with:
echo '<div id="google_translate_element">'; echo "<script type='text/javascript'> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en' , layout: google.translate. TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');; } </script><script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script> </div>";
Remove browser cache then reload the page.
Regards,
IsmaelHi EVTell!
Can you please post the login details here? Set it as a private reply.
Best regards,
IsmaelHey leplusweb!
You can add this on your custom.css or Quick CCS to remove the breadcrumb:
.title_container .breadcrumb { display: none; }
How did you end up adding a layer slider above the menu? Note that you can’t use the LayerSlider shortcode, it’s not going to work.
Regards,
IsmaelHi!
You can insert a Text Block element then add a download code, it will look something like this:
<a href="FILE URL HERE" target="_blank">Click here to download.</a>
If you want it to be more fancy, you can use an image instead:
<a href="FILE URL HERE" target="_blank"><img src="IMAGE URL HERE" alt="Download File Here" /></a>
Cheers!
IsmaelNovember 19, 2013 at 1:37 am in reply to: Enfold Theme “link post format” into the grid layout #190413Hi marytalpas!
Please add this on your custom.css or Quick CSS:
.format-link .read-more-link, .format-link .slide-meta-time { display: none; }
Regards,
IsmaelHey!
I created a test page then I insert the Fullwidth Masonry Gallery. This is what I get: http://demo-krzysztofwardak.url.ph/test/
It doesn’t display all of the images on the media library. :)
Best regards,
IsmaelNovember 19, 2013 at 1:26 am in reply to: Element Gap adjustment for Fullwidth Masonry Gallery #190406 -
AuthorPosts