-
AuthorSearch Results
-
November 11, 2018 at 1:18 pm #1032208
In reply to: Need to display caption under the images
Hi,
Please try this code in the General Styling > Quick CSS field:.av-masonry-entry .av-masonry-entry-title { font-size: 10px !important; } div .mfp-title { font-size: 10px !important; }The first rule is for the thumbnail titles, and the second rule is for lightbox titles.
Best regards,
MikeNovember 11, 2018 at 12:07 pm #1032199Topic: Full Screen Slider Caption Text issue with
in forum EnfoldAnimationink
ParticipantHi Team,
I’m having an issue using multiple caption text in my Full Screen Slider on my home page. For some reason, there is a <p></p> at the start and end of the caption buttons causing it to be indented. Is there any way of preventing this?
I also want to make the button more like the “Example” text. eg opacity/padding etc. Do I do in the av_button section??
Thanks for the help in advance.
[av_button label='Construction Equipment' link='construction-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']
[av_button label='Corrosion Prevention' link='corrosion-prevention/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']
[av_button label='Maintenance Equipment' link='maintenance-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']November 10, 2018 at 10:43 pm #1032110In reply to: Need to display caption under the images
It works, thank you!
One more thing, how can we control the font size on the large images and the thumbnails
November 10, 2018 at 10:26 pm #1032107The pages I included in my original post are screenshots from various Enfold Demos using the diagonal border. When opened in Chrome Browser on Android there was a hairline gap b/w each color section that used a diagonal border. This has been the case for quite some time.
Although, after some further testing I’ve discovered that the “Screen Zoom” and “Font Size” settings on Android phones are affecting the way websites appear. For example, if I change my “Font Size” on my phone from it’s lowest setting to a slightly larger one, the hairline gap between color sections in Chrome disappears. The same goes for when I adjust my “Screen Zoom” from Small to Medium.
As stated in the original post, this seems to only occur in Chrome Browser for Android so I’m not going to worry about it anymore because, obviously, I can’t control the settings people use on their phones and I’m guessing it is an issue with how Chrome is trying to react to the phone settings……not necessarily an issue with the Enfold theme.
Thanks anyways!November 10, 2018 at 5:22 pm #1032043In reply to: Blog page/post issues
Hi,
Please change your date-code css to this:.date-code { font-size: 18px !important; text-align:center !important; }Please ensure to add the closing bracket, I forgot to add it above.
Best regards,
MikeNovember 10, 2018 at 4:02 pm #1032030In reply to: Blog page/post issues
Hi,
I would like to recommend another way to target the blog content so it’s justified. I imagine this is your goal, if not then please advise.
First please go to the setting: Enfold Theme Options > Layout Builder > Show element options for developers and enable the option.
Then in your post, that you are creating with the advanced layout builder, the text block that is going to be your content that you want justified, enter this in the custom class field: justify-text

Then add this css in to your Enfold Theme Options > General Styling > Quick CSS field.justify-text p { text-align: justify !important; }You will be able to add justify-text to as many elements as you like, and it will only effect the elements you wish.
To adjust the date shortcode, please add the custom class date-code in the custom css field of the code block element, and add this css to your Quick CSS:.date-code {font-size: 12px !important;}please adjust to suit.
To show post views, please try a plugin such as: Post Views Counter, I have not tried this one, but there are many to choose from.
Best regards,
MikeNovember 10, 2018 at 3:14 pm #1032016In reply to: How do I add more fonts?
Hi,
Thank you for clarifying, we can assist with some css to assign the font elements for your landing page.
Please link to one landing page & explain the font options you would like for it, once we create the css for it you will be able to use it as a model it for other landing pages, if you like, by making small changes.
Here is an example that effects one page:#top.page-id-1226 #wrap_all p { font-family: "Open Sans" !important; font-size: 18px !important; color: #555555 !important; line-height: 1.2em !important; font-weight: 400 !important; }you could also set the headings with another set of rules like this.
Best regards,
MikeNovember 10, 2018 at 10:03 am #1031973In reply to: changing font size links in footer
Hi,
Thanks for the update. Please try this instead:
.footer_color a { font-size:16px !important; }Also make sure to delete the old CSS and JS files under Enfold->Performance before checking the results.
Best regards,
RikardNovember 10, 2018 at 12:01 am #1031872In reply to: Font and font weight doesn't work on subsites
Hey Rikard, thanks for your quick response but it doesn´t affect the font familiy. I tried everything, but it does not work. I’ve put a filter in the functions.php to my_custom.css and that’s the code of this:
@font-face { font-family: 'oswaldextralight'; src: url('font/oswald-extralight-webfont.woff2') format('woff2'), url('font/oswald-extralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } h1 { text-transform: uppercase!important; font-size: 30px; line-height:1.3em!important; margin-bottom: 0px; font-weight:300; letter-spacing: -0.02em!important; font-family: oswaldextralight!important; }thx for your help :)
November 9, 2018 at 6:44 pm #1031760In reply to: Unable to schedule new posts with Yoast enabled
Looks like I’ve got it working for the most part now.
One annoying issue I’m trying to figure out now is that the main navigation items have a solid background when I’m at the top of the page and the navbar should be transparent.
It’s in the avia-merged-styles css sheet, which I saw can be disabled but if it’s a performance boost I’d prefer to keep it enabled and just fix wherever it’s merging from…
This is the rule:
`#top #header .av-main-nav > li > a {
color: #ffffff;
background-color: #313940;
font-size: 13px;
font-family: ‘Open Sans’,’Helvetica Neue’,Helvetica,Arial,sans-serif;
}I’m going to search the forums for fixes as well but figured I’d leave this here in case you guys know the fix and see this before I find it
November 9, 2018 at 2:57 pm #1031691In reply to: changing font size links in footer
Hey Rob,
Please try the following in Quick CSS under Enfold->General Styling:
#footer a { font-size:16px !important; }Best regards,
RikardNovember 9, 2018 at 12:46 pm #1031632Topic: Open av icon link in new tab
in forum Enfolds4phirs
ParticipantI need to open this In new window. Shortcode from editor: [av_font_icon icon='ue84b' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='center' color='' av_uid='av-lthqx' custom_class='' admin_preview_bg=''][/av_font_icon] Cenik
I tried using target=”_blank” but didn’t work.
November 9, 2018 at 5:30 am #1031512In reply to: Enfold Styling
Hi,
Thanks for the update.
1.) Use this css code to remove the grayscale effect.
.av-tab-section-image { filter: grayscale(0); }2.) Looks like you’ve already set the header to transparent.
3.) Try to decrease the default padding and font size of the menu items.
@media only screen and (max-width: 1024px) { .main_menu ul:first-child > li > a { font-size: 11px; padding: 0 8px; } }Best regards,
IsmaelNovember 8, 2018 at 11:13 pm #1031440In reply to: Image Overlay changes, remove border
Hi,
I took a look at the 6 items, but they are set to display:none for screens under 767px
If this is just temporary, then try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #av_section_2 .av-image-caption-overlay-center p { font-size: 12px !important; } #av_section_2 .av-image-caption-overlay-center { padding: 50px 10px 0px 5px !important; } }Please see the screenshot in Private Content area.
I recommend adding a custom ID to the section to replace the #av_section_2, which has been automatically generated and could change in the future as you add more elements to the page. To add custom IDs & classes go to Enfold Theme Options > Layout Builder > Show element options for developers and enable the option, then in your element create a unique ID such as “smallportthumbnails”
Best regards,
MikeNovember 8, 2018 at 9:00 pm #1031376Topic: changing font size links in footer
in forum Enfoldtoekook
ParticipantI can not find a way to change the fontsize of the footer links i placed there with some widgets
I made an footer menu with widgets bus the fontsize is to large. I tried several quick css but it did not workNovember 8, 2018 at 6:07 pm #1031336In reply to: Mixed fonts and display in Main menu
Hi,
Thank you.
I didn’t set the menus to Mega Menu myself.
This changed when I installed the child theme while menus were already done.Now I can’t find where I can change the font size of all sub-menus items to 15px and where to change the font color of all main and sub-menus items to #c20f0f.
Thank you for your help.
November 8, 2018 at 2:02 pm #1031256In reply to: Mixed fonts and display in Main menu
Hi xtenz,
I see, the fonts are the same but the color, size and weight aren’t changed.
I have modified it in Quick CSS.Best regards,
NikkoNovember 8, 2018 at 1:16 pm #1031234In reply to: Such-Icon ändern
Hey duletzki,
— Translated with Google —
Um das Suchsymbol zu vergrößern, versuchen Sie diesen Code im Feld General Styling> Quick CSS:.responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 48px !important; }Wenn dies nicht hilft, klicken Sie bitte auf Ihre Seite, damit wir Ihnen weiterhelfen können.
Best regards,
MikeNovember 8, 2018 at 5:48 am #1031108In reply to: Video Icon in LayerSlider
Hi,
You can copy that shortcode on the layer field. Just create a layer, set it to html or text and then put the shortcode there. It may not render properly on the layer slider editor but it should work fine on the front end. If the shortcode is not working, create the same layer and then use this html.
<span class="av_font_icon avia_animate_when_visible av-icon-style-border avia-icon-pos-center avia_start_animation avia_start_delayed_animation" style="color:#f68b32; border-color:#f68b32;"><a href="https://www.youtube.com/watch?v=kceeao9YpUc" class="av-icon-char mfp-iframe lightbox-added" style="font-size:30px;line-height:30px;width:30px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a><span class="av_icon_caption av-special-font">Setting up the endiio retrofit box</span></span>Just change the video url in the “href” attribute.
Best regards,
IsmaelNovember 8, 2018 at 2:18 am #1031052In reply to: mobile view
Hey dondela,
Thank you for using Enfold.
1-2) These css codes should help.
@media only screen and (min-width: 479px) { #av_product_description * { font-size: 20px; line-height: 1.4em; } .responsive #top #wrap_all .container { width: 95%; max-width: 95%; } }3) Please enable the debug mode and then update the custom footer page. The columns doesn’t respond or resize properly because the whole section is outside the wrapper or main container.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
IsmaelNovember 7, 2018 at 10:26 pm #1031017Thank you, Victoria. I tried it and … well, it worked in the way that the archive pages do not have capitalized headers anymore. But instead, the line spacing has become bigger. Why’s that and how can I change this?
Before:
[img]https://i.imgur.com/MXe2ZR5.png[/img]After:
[img]https://i.imgur.com/0evhB8V.png[/img]Old code:
.page-id-731 .entry-title { text-transform: none!important;
font-size: 19px !important;
}New code:
#top .avia-content-slider h3.entry-title a { text-transform: none!important;
font-size: 19px !important;
}November 7, 2018 at 7:22 pm #1030953In reply to: How do I change the font size on image text?
Hey marihonaa,
Add this to quick css:
.wp-caption-text{ font-size:20px!important; }Best regards,
Jordan ShannonNovember 7, 2018 at 4:02 pm #1030891In reply to: Overlapping Sections in Boxed Layout
This reply has been marked as private.November 7, 2018 at 3:52 pm #1030887Topic: How do I change the font size on image text?
in forum Enfoldmarihonaa
ParticipantHow do I change the size of the font in the text description under each image? I want it to be bigger
Thanks
November 7, 2018 at 3:19 pm #1030878paul24com
ParticipantEnfold 4.5, WordPress 4.98 with WPML Plugin.
1st Question:
I want to reduce the distances between the Navigation points in the horizontal navigation.
Enfold switches correct to the “Burger Menue” at 990px but before that the font of the left navigation point (Einheiten /Units) already moves into the logo on the left if i reduce the windows size from 1920 to 990px (I can’t shorten the titles and don’t want to use smaller fonts or reduce the size or position of the logo).
If this is not possible where i can change the value of 990 to maybe 1280 or similiar to switch earlier to the Burger Menue?
Any other idea is welcome!2nd question:
The green underline at Mouseover of navigation points in the header menue seems to be too wide.
Its much wider than the titles in the pulldown of the submenues underneath .I’m not a css code specialist.
Can you please tell me detailed where and how i can fix it.Thank you very much!!!
GerdNovember 7, 2018 at 1:02 pm #1030842In reply to: Error 500 after FTP Enfold Update
This is what I get when i try to upload the latest version
Unpacking the package…
Upgrading your theme…
No backup of old version of theme created. Backup option disabled in settings.
Removing the old version of the theme…
The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. config-events-calendar/views/single-event-no-mobile.php, config-layerslider/LayerSlider/classes/class.ls.config.php, config-layerslider/LayerSlider/classes/class.ls.popups.php, config-layerslider/LayerSlider/includes/slider_markup_export.php, config-layerslider/LayerSlider/static/admin/css/addons.css, config-layerslider/LayerSlider/static/admin/css/index.php, config-layerslider/LayerSlider/static/admin/css/plugin_settings.css, config-layerslider/LayerSlider/static/admin/img/ao-bm-blend.jpg, config-layerslider/LayerSlider/static/admin/img/ao-bm-text.png, config-layerslider/LayerSlider/static/admin/img/ao-bm.jpg, config-layerslider/LayerSlider/static/admin/img/ao-fil.jpg, config-layerslider/LayerSlider/static/admin/img/ao-ori.jpg, config-layerslider/LayerSlider/static/admin/img/ao-pbs.jpg, config-layerslider/LayerSlider/static/admin/img/ao-pop.jpg, config-layerslider/LayerSlider/static/admin/img/ao-rev.jpg, config-layerslider/LayerSlider/static/admin/img/ao-tpl.jpg, config-layerslider/LayerSlider/static/admin/img/index.php, config-layerslider/LayerSlider/static/admin/img/layout-popup.png, config-layerslider/LayerSlider/static/admin/img/popup-example-bg.jpg, config-layerslider/LayerSlider/static/admin/img/popup-example-slidy.png, config-layerslider/LayerSlider/static/admin/js/index.php, config-layerslider/LayerSlider/static/admin/js/ls-admin-addons.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-settings.js, config-layerslider/LayerSlider/static/admin/media/index.php, config-layerslider/LayerSlider/static/admin/scss/addons.scss, config-layerslider/LayerSlider/static/admin/scss/index.php, config-layerslider/LayerSlider/static/admin/scss/plugin_settings.scss, config-layerslider/LayerSlider/static/admin/index.php, config-layerslider/LayerSlider/static/air-datepicker/i18n/index.php, config-layerslider/LayerSlider/static/air-datepicker/index.php, config-layerslider/LayerSlider/static/codemirror/addon/comment/index.php, config-layerslider/LayerSlider/static/codemirror/addon/dialog/index.php, config-layerslider/LayerSlider/static/codemirror/addon/display/index.php, config-layerslider/LayerSlider/static/codemirror/addon/edit/index.php, config-layerslider/LayerSlider/static/codemirror/addon/fold/index.php, config-layerslider/LayerSlider/static/codemirror/addon/hint/index.php, config-layerslider/LayerSlider/static/codemirror/addon/lint/index.php, config-layerslider/LayerSlider/static/codemirror/addon/merge/index.php, config-layerslider/LayerSlider/static/codemirror/addon/mode/index.php, config-layerslider/LayerSlider/static/codemirror/addon/runmode/index.php, config-layerslider/LayerSlider/static/codemirror/addon/scroll/index.php, config-layerslider/LayerSlider/static/codemirror/addon/search/index.php, config-layerslider/LayerSlider/static/codemirror/addon/selection/index.php, config-layerslider/LayerSlider/static/codemirror/addon/tern/index.php, config-layerslider/LayerSlider/static/codemirror/addon/wrap/index.php, config-layerslider/LayerSlider/static/codemirror/addon/index.php, config-layerslider/LayerSlider/static/codemirror/keymap/index.php, config-layerslider/LayerSlider/static/codemirror/lib/index.php, config-layerslider/LayerSlider/static/codemirror/mode/css/index.php, config-layerslider/LayerSlider/static/codemirror/mode/htmlembedded/index.php, config-layerslider/LayerSlider/static/codemirror/mode/htmlmixed/index.php, config-layerslider/LayerSlider/static/codemirror/mode/javascript/index.php, config-layerslider/LayerSlider/static/codemirror/mode/php/index.php, config-layerslider/LayerSlider/static/codemirror/mode/sass/index.php, config-layerslider/LayerSlider/static/codemirror/mode/sql/index.php, config-layerslider/LayerSlider/static/codemirror/mode/xml/index.php, config-layerslider/LayerSlider/static/codemirror/mode/index.php, config-layerslider/LayerSlider/static/codemirror/theme/index.php, config-layerslider/LayerSlider/static/codemirror/index.php, config-layerslider/LayerSlider/static/dashicons/index.php, config-layerslider/LayerSlider/static/layerslider/css/index.php, config-layerslider/LayerSlider/static/layerslider/js/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/debug/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/origami/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/timeline/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/popup/layerslider.popup.css, config-layerslider/LayerSlider/static/layerslider/plugins/popup/index.php, config-layerslider/LayerSlider/static/layerslider/plugins/popup/layerslider.popup.js, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/index.php, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/index.php, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/index.php, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/index.php, config-layerslider/LayerSlider/static/layerslider/skins/carousel/index.php, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/index.php, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/index.php, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/index.php, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/index.php, config-layerslider/LayerSlider/static/layerslider/skins/glass/index.php, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/index.php, config-layerslider/LayerSlider/static/layerslider/skins/minimal/index.php, config-layerslider/LayerSlider/static/layerslider/skins/noskin/index.php, config-layerslider/LayerSlider/static/layerslider/skins/numbers/index.php, config-layerslider/LayerSlider/static/layerslider/skins/outline/index.php, config-layerslider/LayerSlider/static/layerslider/skins/roundedflat/index.php, config-layerslider/LayerSlider/static/layerslider/skins/v5/index.php, config-layerslider/LayerSlider/static/layerslider/skins/v5/skin-min.css, config-layerslider/LayerSlider/static/layerslider/skins/v6/index.php, config-layerslider/LayerSlider/static/layerslider/skins/index.php, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/index.php, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/info.json, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/skin.css, config-layerslider/LayerSlider/static/layerslider/index.php, config-layerslider/LayerSlider/static/minicolors/index.php, config-layerslider/LayerSlider/static/public/index.php, config-layerslider/LayerSlider/static/shuffle/index.php, config-layerslider/LayerSlider/static/index.php, config-layerslider/LayerSlider/static/dindent/Indenter.php, config-layerslider/LayerSlider/static/dindent/index.php, config-layerslider/LayerSlider/static/dindent/Exception/index.php, config-layerslider/LayerSlider/static/dindent/Exception/DindentException.php, config-layerslider/LayerSlider/static/dindent/Exception/InvalidArgumentException.php, config-layerslider/LayerSlider/static/dindent/Exception/RuntimeException.php, config-layerslider/LayerSlider/static/font-awesome/index.php, config-layerslider/LayerSlider/static/font-awesome/css/font-awesome.min.css, config-layerslider/LayerSlider/static/font-awesome/css/font-awesome.css, config-layerslider/LayerSlider/static/font-awesome/css/index.php, config-layerslider/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.eot, config-layerslider/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.svg, config-layerslider/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.ttf, config-layerslider/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.woff, config-layerslider/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.woff2, config-layerslider/LayerSlider/static/font-awesome/fonts/FontAwesome.otf, config-layerslider/LayerSlider/static/font-awesome/fonts/index.php, config-layerslider/LayerSlider/static/html2canvas/html2canvas.min.js, config-layerslider/LayerSlider/templates/tmpl-addons.php, config-layerslider/LayerSlider/templates/tmpl-button-presets.php, config-layerslider/LayerSlider/templates/tmpl-import-layer.php, config-layerslider/LayerSlider/templates/tmpl-import-slide.php, config-layerslider/LayerSlider/templates/tmpl-insert-icons-modal.php, config-layerslider/LayerSlider/templates/tmpl-insert-media-modal.php, config-layerslider/LayerSlider/templates/tmpl-popup-example-slider.php, config-layerslider/LayerSlider/templates/tmpl-popup-presets-window.php, config-layerslider/LayerSlider/templates/tmpl-post-chooser.php, config-layerslider/LayerSlider/templates/tmpl-preview-context-menu.php, config-layerslider/LayerSlider/templates/tmpl-slide-tab.php, config-layerslider/LayerSlider/templates/html-export/ls-instructions.png, config-layerslider/LayerSlider/templates/html-export/INSTRUCTIONS.html, config-layerslider/LayerSlider/templates/html-export/template.html, config-layerslider/LayerSlider/views/addons.php, config-layerslider/LayerSlider/views/css_editor.php, config-layerslider/LayerSlider/views/settings.php, config-templatebuilder/avia-shortcodes/.DS_Store, config-templatebuilder/avia-shortcodes/audio-player/audio-player.js, config-templatebuilder/avia-shortcodes/audio-player/audio-player.css, config-templatebuilder/avia-shortcodes/audio-player/audio-player.php, config-templatebuilder/avia-shortcodes/blog/blog.php, config-templatebuilder/avia-shortcodes/blog/blog.css, config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.php, config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css, config-templatebuilder/avia-shortcodes/buttons/buttons.php, config-templatebuilder/avia-shortcodes/buttons/buttons.css, config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php, config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css, config-templatebuilder/avia-shortcodes/catalogue/catalogue.php, config-templatebuilder/avia-shortcodes/catalogue/catalogue.css, config-templatebuilder/avia-shortcodes/comments/comments.php, config-templatebuilder/avia-shortcodes/comments/comments.css, config-templatebuilder/avia-shortcodes/contact/contact.js, config-templatebuilder/avia-shortcodes/contact/contact.css, config-templatebuilder/avia-shortcodes/contact/contact.php, config-templatebuilder/avia-shortcodes/contentslider/contentslider.php, config-templatebuilder/avia-shortcodes/contentslider/contentslider.css, config-templatebuilder/avia-shortcodes/countdown/countdown.js, config-templatebuilder/avia-shortcodes/countdown/countdown.css, config-templatebuilder/avia-shortcodes/countdown/countdown.php, config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php, config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.css, config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php, config-templatebuilder/avia-shortcodes/gallery/gallery.js, config-templatebuilder/avia-shortcodes/gallery/gallery.css, config-templatebuilder/avia-shortcodes/gallery/gallery.php, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css, config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.php, config-templatebuilder/avia-shortcodes/google_maps/google_maps.php, config-templatebuilder/avia-shortcodes/google_maps/google_maps.css, config-templatebuilder/avia-shortcodes/grid_row/grid_row.css, config-templatebuilder/avia-shortcodes/grid_row/cell.php, config-templatebuilder/avia-shortcodes/grid_row/grid_row.php, config-templatebuilder/avia-shortcodes/heading/heading.php, config-templatebuilder/avia-shortcodes/heading/heading.css, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css, config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.php, config-templatebuilder/avia-shortcodes/hr/hr.php, config-templatebuilder/avia-shortcodes/hr/hr.css, config-templatebuilder/avia-shortcodes/icon/icon.php, config-templatebuilder/avia-shortcodes/icon/icon.css, config-templatebuilder/avia-shortcodes/iconbox/iconbox.php, config-templatebuilder/avia-shortcodes/iconbox/iconbox.css, config-templatebuilder/avia-shortcodes/icongrid/icongrid.js, config-templatebuilder/avia-shortcodes/icongrid/icongrid.css, config-templatebuilder/avia-shortcodes/icongrid/icongrid.php, config-templatebuilder/avia-shortcodes/iconlist/iconlist.js, config-templatebuilder/avia-shortcodes/iconlist/iconlist.css, config-templatebuilder/avia-shortcodes/iconlist/iconlist.php, config-templatebuilder/avia-shortcodes/image/image.php, config-templatebuilder/avia-shortcodes/image/image.css, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css, config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.php, config-templatebuilder/avia-shortcodes/logoslider/logoslider.php, config-templatebuilder/avia-shortcodes/magazine/magazine.css, config-templatebuilder/avia-shortcodes/magazine/magazine.js, config-templatebuilder/avia-shortcodes/magazine/magazine.php, config-templatebuilder/avia-shortcodes/mailchimp/mailchimp.php, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js, config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php, config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php, config-templatebuilder/avia-shortcodes/masonry_gallery/.DS_Store, config-templatebuilder/avia-shortcodes/menu/menu.js, config-templatebuilder/avia-shortcodes/menu/menu.css, config-templatebuilder/avia-shortcodes/menu/menu.php, config-templatebuilder/avia-shortcodes/notification/notification.js, config-templatebuilder/avia-shortcodes/notification/notification.css, config-templatebuilder/avia-shortcodes/notification/notification.php, config-templatebuilder/avia-shortcodes/numbers/numbers.js, config-templatebuilder/avia-shortcodes/numbers/numbers.css, config-templatebuilder/avia-shortcodes/numbers/numbers.php, config-templatebuilder/avia-shortcodes/portfolio/portfolio.css, config-templatebuilder/avia-shortcodes/portfolio/isotope.js, config-templatebuilder/avia-shortcodes/portfolio/portfolio.js, config-templatebuilder/avia-shortcodes/portfolio/portfolio.php, config-templatebuilder/avia-shortcodes/postslider/postslider.php, config-templatebuilder/avia-shortcodes/postslider/postslider.css, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_info.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_button.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_meta.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_price.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_review.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_tabs.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_upsells.php, config-templatebuilder/avia-shortcodes/product_snippets/product_snippets.php, config-templatebuilder/avia-shortcodes/productslider/productslider.php, config-templatebuilder/avia-shortcodes/progressbar/progressbar.css, config-templatebuilder/avia-shortcodes/progressbar/progressbar.js, config-templatebuilder/avia-shortcodes/progressbar/progressbar.php, config-templatebuilder/avia-shortcodes/promobox/promobox.php, config-templatebuilder/avia-shortcodes/promobox/promobox.css, config-templatebuilder/avia-shortcodes/search/search.php, config-templatebuilder/avia-shortcodes/search/search.css, config-templatebuilder/avia-shortcodes/slideshow/slideshow.css, config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js, config-templatebuilder/avia-shortcodes/slideshow/slideshow.js, config-templatebuilder/avia-shortcodes/slideshow/slideshow.php, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css, config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.php, config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.php, config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css, config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php, config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.php, config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css, config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php, config-templatebuilder/avia-shortcodes/social_share/social_share.css, config-templatebuilder/avia-shortcodes/social_share/.DS_Store, config-templatebuilder/avia-shortcodes/social_share/social_share.php, config-templatebuilder/avia-shortcodes/tab_section/tab_section.js, config-templatebuilder/avia-shortcodes/tab_section/tab_section.css, config-templatebuilder/avia-shortcodes/tab_section/tab_section.php, config-templatebuilder/avia-shortcodes/tab_section/tab_sub_section.php, config-templatebuilder/avia-shortcodes/table/table.php, config-templatebuilder/avia-shortcodes/table/table.css, config-templatebuilder/avia-shortcodes/tabs/tabs.js, config-templatebuilder/avia-shortcodes/tabs/tabs.css, config-templatebuilder/avia-shortcodes/tabs/tabs.php, config-templatebuilder/avia-shortcodes/team/team.php, config-templatebuilder/avia-shortcodes/team/team.css, config-templatebuilder/avia-shortcodes/testimonials/testimonials.css, config-templatebuilder/avia-shortcodes/testimonials/.DS_Store, config-templatebuilder/avia-shortcodes/testimonials/testimonials.js, config-templatebuilder/avia-shortcodes/testimonials/testimonials.php, config-templatebuilder/avia-shortcodes/timeline/timeline.js, config-templatebuilder/avia-shortcodes/timeline/timeline.css, config-templatebuilder/avia-shortcodes/timeline/timeline.php, config-templatebuilder/avia-shortcodes/toggles/toggles.js, config-templatebuilder/avia-shortcodes/toggles/toggles.css, config-templatebuilder/avia-shortcodes/toggles/toggles.php, config-templatebuilder/avia-shortcodes/video/video.js, config-templatebuilder/avia-shortcodes/video/video.css, config-templatebuilder/avia-shortcodes/video/video.php, config-templatebuilder/avia-template-builder/assets/css/avia-builder-rtl.css, config-templatebuilder/avia-template-builder/images/placeholder-audio.png, config-templatebuilder/avia-template-builder/images/sc-audio-player.png, config-templatebuilder/avia-template-builder/images/sc-buttonrow.png, config-templatebuilder/avia-template-builder/images/sc-icongrid.png, config-templatebuilder/avia-template-builder/images/sc-price.png, config-templatebuilder/avia-template-builder/images/sc-search.png, config-templatebuilder/avia-template-builder/images/sc-timeline.png, config-templatebuilder/avia-template-builder/php/asset-manager.class.php, config-templatebuilder/avia-template-builder/php/element-manager.class.php, config-templatebuilder/avia-template-builder/php/shortcode-parser.class.php, config-templatebuilder/avia-template-builder/php/external/JSqueeze.php, config-wpml/wpml-mod.js, css/avia-snippet-cookieconsent.css, css/avia-snippet-lightbox.css, css/avia-snippet-site-preloader.css, css/avia-snippet-widget.css, framework/css/conditional_load/avia_global_admin.css, (Email address hidden if logged out) , (Email address hidden if logged out) , (Email address hidden if logged out) , (Email address hidden if logged out) , (Email address hidden if logged out) , framework/js/conditional_load/avia_facebook_front.js, framework/js/conditional_load/avia_google_maps_api.js, framework/js/conditional_load/avia_google_maps_front.js, framework/js/conditional_load/avia_google_maps_widget_admin.js, framework/php/auto-updates/class-avia-envato-base-api.php, framework/php/auto-updates/class-avia-theme-updater.php, framework/php/class-gmaps.php, framework/php/font-management/class-avia-icon-fonts.php, framework/php/font-management/class-avia-font-management-base.php, framework/php/font-management/class-avia-type-fonts.php, images/layout/fake_facebook.jpg, images/layout/logo_modern.png, images/layout/search.png, includes/admin/demo_files/demo_images/agency-onepage.jpg, includes/admin/demo_files/demo_images/band.jpg, includes/admin/demo_files/demo_images/dark-photography.jpg, includes/admin/demo_files/demo_images/dj.jpg, includes/admin/demo_files/demo_images/elegant-portfolio.jpg, includes/admin/demo_files/demo_images/freelancer.jpg, includes/admin/demo_files/demo_images/gaming.jpg, includes/admin/demo_files/demo_images/knowledgebase.jpg, includes/admin/demo_files/demo_images/law.jpg, includes/admin/demo_files/demo_images/minimal-photography.jpg, includes/admin/demo_files/demo_images/visual-artist.jpg, includes/admin/demo_files/agency-onepage.php, includes/admin/demo_files/agency-onepage.xml, includes/admin/demo_files/band.php, includes/admin/demo_files/band.xml, includes/admin/demo_files/dark-photography.php, includes/admin/demo_files/dark-photography.xml, includes/admin/demo_files/dj.php, includes/admin/demo_files/dj.xml, includes/admin/demo_files/elegant-portfolio.php, includes/admin/demo_files/elegant-portfolio.xml, includes/admin/demo_files/freelancer.php, includes/admin/demo_files/freelancer.xml, includes/admin/demo_files/gaming.php, includes/admin/demo_files/gaming.xml, includes/admin/demo_files/knowledgebase.php, includes/admin/demo_files/knowledgebase.xml, includes/admin/demo_files/law.php, includes/admin/demo_files/law.xml, includes/admin/demo_files/minimal-photography.php, includes/admin/demo_files/minimal-photography.xml, includes/admin/demo_files/visual-artist.php, includes/admin/demo_files/visual-artist.xml, includes/helper-assets.php, includes/helper-privacy.php, js/aviapopup/.DS_Store, js/avia-snippet-cookieconsent.js, js/avia-snippet-lightbox.js, js/avia-snippet-megamenu.js, js/avia-snippet-sidebarmenu.js, js/avia-snippet-site-preloader.js, js/avia-snippet-sticky-header.js, js/avia-snippet-widget.js, lang/ca.mo, lang/ca.po, lang/pl_PL.mo, lang/pl_PL.po, lang/sk_SK.mo, lang/sk_SK.po, config-gutenberg/class-avia-gutenberg.php, config-menu-exchange/config.php
Theme update failed.
November 7, 2018 at 12:48 pm #1030833In reply to: Increase tiny fonts
Shalom,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.woocommerce-page .button { font-size: 18px; } .woocommerce td { font-size: 16px; }Best regards,
YigitNovember 7, 2018 at 12:42 am #1030660Topic: Menu style
in forum Enfoldprana3stil
ParticipantHello there!
Is it posible to change the menu style in Enfold theme? I dont mean the font type/size, color but the way the menu is displayed. Like you have different types of sliders and effects.
If not – which plugin should be used so it works good with your theme?
Thanks!
November 6, 2018 at 7:16 pm #1030516In reply to: Mobile font sizes adjust
Hi m_reiprich,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 60px; } #top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 15px; } }If you need further assistance please let us know.
Best regards,
VictoriaNovember 6, 2018 at 6:04 pm #1030485In reply to: Overlapping Sections in Boxed Layout
Thank you again.
Please could you tell me how to change the font style ( size & family ) for
- /
- bullet points?
I have tried so many options but with no success?
Many Thanks – John.
- /
-
AuthorSearch Results
-
Search Results
-
Hi Team,
I’m having an issue using multiple caption text in my Full Screen Slider on my home page. For some reason, there is a <p></p> at the start and end of the caption buttons causing it to be indented. Is there any way of preventing this?
I also want to make the button more like the “Example” text. eg opacity/padding etc. Do I do in the av_button section??
Thanks for the help in advance.
[av_button label='Construction Equipment' link='construction-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']
[av_button label='Corrosion Prevention' link='corrosion-prevention/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']
[av_button label='Maintenance Equipment' link='maintenance-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']Topic: Open av icon link in new tab
I need to open this In new window. Shortcode from editor: [av_font_icon icon='ue84b' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='center' color='' av_uid='av-lthqx' custom_class='' admin_preview_bg=''][/av_font_icon] Cenik
I tried using target=”_blank” but didn’t work.
I can not find a way to change the fontsize of the footer links i placed there with some widgets
I made an footer menu with widgets bus the fontsize is to large. I tried several quick css but it did not workHow do I change the size of the font in the text description under each image? I want it to be bigger
Thanks
Enfold 4.5, WordPress 4.98 with WPML Plugin.
1st Question:
I want to reduce the distances between the Navigation points in the horizontal navigation.
Enfold switches correct to the “Burger Menue” at 990px but before that the font of the left navigation point (Einheiten /Units) already moves into the logo on the left if i reduce the windows size from 1920 to 990px (I can’t shorten the titles and don’t want to use smaller fonts or reduce the size or position of the logo).
If this is not possible where i can change the value of 990 to maybe 1280 or similiar to switch earlier to the Burger Menue?
Any other idea is welcome!2nd question:
The green underline at Mouseover of navigation points in the header menue seems to be too wide.
Its much wider than the titles in the pulldown of the submenues underneath .I’m not a css code specialist.
Can you please tell me detailed where and how i can fix it.Thank you very much!!!
GerdTopic: Menu style
Hello there!
Is it posible to change the menu style in Enfold theme? I dont mean the font type/size, color but the way the menu is displayed. Like you have different types of sliders and effects.
If not – which plugin should be used so it works good with your theme?
Thanks!
