Viewing 30 results - 5,611 through 5,640 (of 7,495 total)
  • Author
    Search Results
  • #420127

    Hi!

    your website looks fine to me and I can see little gallery images here:

    But maybe you mean something else? could you show us what you want to achieve?

    Make sure to use the newest WordPress and Enfold version (3.1.2.). Also update all plugins. If it still does not work with the plugin you have uses before, I suggest to contact the plugin’s author for support and/or search for another one.

    Hope this helps.

    Cheers!
    Andy

    Hi!

    Edit the page using the advance layout builder, you’ll see the Grid Row element inside the Layout Elements panel. No, you can’t create slider animations inside the grid row element but you can insert easy and content sliders inside the cells. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff about the theme. You can watch video tutorials or get hold of a few hooks and filter functions that may help you to modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    kayzelmoo
    Participant

    Hi Enfold Team,
    I’m currently building up a chinese version platform on the main domain
    for example http://www.domain.com and http://www.domain.com/cn (Chinese)
    I would like a section beside the Enfold search button (on the header most likely) which users would be able to see and select
    English | Chinese
    May your assist me in generation of the CSS codes to be used so I could implement that flawlessly onto the website
    Link of the original website is provided at private content

    Assistance is always greatly appreciated,
    Regards,
    Marcus

    #419904

    Hey mleite1!

    can you please update to Enfold v3.1.2.?

    you can control this line using this code:

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    padding-right: 0 !important;
    }
    

    Regards,
    Andy

    #419708

    In reply to: Search issue

    #419567
    kevinmcgillivray
    Participant

    Hi there. Sorry if this has been answered somewhere else. I searched but haven’t found an answer.

    When I “print preview” a page from a site running Enfold, the sidebar is hidden (which is great) but the main content does not expand to fill the entire width of the page. It’s as if the sidebar area is still being included, just not printed. How would I make the content fill the printed page?

    Thanks!

    #419331

    Topic: search icon on mobile

    in forum Enfold
    eejsung
    Participant

    Hello,
    I’m using enfold 3.1.2
    Search icon doen’t show up on mobile phone.
    How can it be on mobile?
    I’ve read some QnA. I’ve tried some. But it’s not working.
    Help me please.
    I leave login stuffs. Thanks

    • This topic was modified 10 years, 12 months ago by eejsung.
    #419213
    DavyE
    Participant

    Hi,

    Since I updated to the latest Enfold version, I don’t see the slider dots anymore. I know they only appear on mouse hover, but I still see the next/prev arrows appear, not the dots. I removed all of my custom CSS, but they are still not there.

    Inspecting the code shows they are still in there, so why don’t they show?

    I’ve searched the support forum and added this to no avail:

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
      opacity: 1;
      filter: alpha(opacity=1);
    }
    #418965

    In reply to: Contact form font size

    Hey master-t!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top label { font-size: 16px; }
    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { font-size: 16px; }

    Cheers!
    Yigit

    #418960

    Hi MICHAELWINN!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-search a { color: white !important; }

    Best regards,
    Yigit

    #418797
    #418587

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { border-width: 1px !important; }

    Regards,
    Yigit

    #418444

    Hi itchybrain!

    Thank you for coming back.

    You have to open enfold\search.php (parent theme).

    Look for (line 8):

    
    get_header();
    

    and replace with:

    
    get_header();
    do_action( 'ava_search_after_get_header' );
    

    This will be implemented in the next update.

    In functions.php of the child theme add:

    
    add_action( 'ava_search_after_get_header', 'my_ava_search_after_get_header', 10 );
     
     function my_ava_search_after_get_header()
     {
    	global $avia_config;
    	 
    	$avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
    	$avia_config['layout']['current']['main'] = 'fullsize';
    	
     }
    

    Cheers!
    Günter

    Hey ar13860!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to add text next to icon

    li#menu-item-search a:after {
      content: ' Your text';
      font-size: 13px;
    }

    If you would like to add a link instead, please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Yigit

    #418244
    itchybrain
    Participant

    Gday Enfold users

    I’d like to remove the sidebar from search results page.

    I am aware this can be done by modifying the header.php file ()https://kriesi.at/support/topic/how-to-remove-sidebar-on-search-result-page/, or even by using the CSS display none.

    However, I’m keen to use my child theme function.php file instead, and am wondering if this is possible, and can anyone can help me achieve this.

    cheers

    Darryl

    Dandy
    Participant

    Hello,

    i want to remove the Feel like browsing some posts instead? from the Error404 and Search site.
    I found this code:

    .search h3, .search .widget.avia_combo_widget {
    display: none !important;
    }
    
    .error404 .avia_combo_widget, .error404 h3 {
    display: none!important;
    }

    When i add this, than it will be hide, but than it hides text in sidebar and in footer, too

    How can i fix this?

    before quick CSS:

    After Quick CSS

    • This topic was modified 11 years ago by Dandy.
    #417730

    Topic: WhatsApp sharing

    in forum Enfold
    dekkert
    Participant

    Hey guys,

    I searched the forums but couldn’t find anybody asking, which surprised me. WhatsApp as a sharing platform on mobile is getting pretty big, so I was wondering if you guys were planning on implementing this in your current sharing options :)

    1. Is this a planned addition to the sharing toolbar in Enfold yet?

    2. If so, can you give an estimate of when this will be available?

    3. If no, could you point me in the right direction? How would I go about adding this? There’s a few plugins that enable this but of course I’d want it to look like Enfold’s sharing kit because it looks awesome :)

    4. Is there a way to add the Enfold sharing toolbar to a page?

    #417651

    In reply to: Menu doens't work

    Hi!

    What is the name of your home page? You set the Frontpage Settings and Blog to the same page, “Startseite2”. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

    #417601

    Hey!

    Please replace the code on functions.php with this:

    add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' );
    function enfold_customization_search_sidebar( $custom_sidebar ) {
    	if ( is_search() ) { $custom_sidebar = 'Search'; }
    	return $custom_sidebar;
    }
    

    If you haven’t created a custom sidebar, go to Appearance > Widgets, create a custom widget area called “Search”.

    Best regards,
    Ismael

    #417469

    Topic: Crazy write-over

    in forum Enfold
    wcykana
    Participant

    I’m not sure if this counts as a bug or not…..
    After trying multiple times to upload Enfold, I finally got it.

    Now I am customizing the site. When I went to preview the site, and, when I go the the site on google, I get the following from preview
    and when I google search for site: http://www.thekorucompany.com.

    I tried erasing and reloading the theme, and the same thing happened. I get to some point in customization, go to view or preview the work, and it blows up.

    I am a total NEWBIE to all this. Please help!

    Wendy Cykana

    • This topic was modified 11 years ago by wcykana.
    #417429
    akmhou
    Participant

    Hi,

    In my Sidebar setting, I’ve set Page Sidebar navigation to display. Then under Appearance > Widgets > Displayed Everywhere I have the Search widget and couple of Text widgets. Right now the sidebar navigation displays above the other widgets. I can’t find a way to move it.

    I need to make two modifications:

    • Move the Search widget above the Page Sidebar Navigation
    • Add a widget title or an H3 title above the sidebar navigation

    Could you please tell me what edits I need to make? I prefer not to use a Custom Menu widget if it is possible.

    Thanks

    P.S. I’m using a child theme with Enfold V3.1.1 and WP 4.1.1.

    • This topic was modified 11 years ago by akmhou.

    Hi tech500!

    Please go to Enfold/includes/admin and open register-portfolio.php file and search “Portfolio Items” and replace it with “Artist Work”

    Cheers!
    Yigit

    #416954

    Elliot,

    It was that localization plugin. It didn’t translate all the enfold menu items, so they disappeared. I translated them myself and now they are back.

    p.s. do you have any tips on how to change the sidebar on the searchresults page, because of the problem with the blog I forgot about that.

    Thank you
    best regards

    #416933

    Topic: Step by step blog grid

    in forum Enfold
    antoinescotto
    Participant

    Hi, I have been searching for hours with a proper tutorial for Elegant Masonry News page.

    I saw the video from enfold but it doesn’t really explain step by steps.

    1) How to set up the right post of a news with Photo and text without having to click on the thumbnail to view the post. I want photo and text underneath always.

    2) How to “host” all the blogs on a page that has the masonry blog.

    Thanks

    #416465
    barthvader
    Participant

    Hi, Maybe this topic has already been discussed, but i don’t find it, neither by searching in this forum neither anywhere.

    My problem. Except using the “code block” available in content element, i try to paste a sample of code (xml for example) in order it’s readable by every one.
    Like “code block”.

    But my problem is:
    actually i use the accordion tool, and i want that one of my items contains a sample of code.
    When i paste my code as text, this one is correctly written.

    Example, if i write in visual mode <p>, it will be correctly written like this <p>
    When i publish my page then i look at it, there is no problem.

    When i come back, in my page, my <p> or <p> have completely disappeared.

    my impression is, that “enfold theme” considers that is full html and not html written with special characters.

    Have you got a solution ? or a different way to put a code block in the accordion tool ?

    Thanks in advance

    #416257
    Wolf
    Participant

    Hello Enfold,
    I am guessing my last post got lost or something but my problem continues. The standard sidebar function of the theme does not work anymore since this thread: https://kriesi.at/support/topic/search-results-page-questions/. That isn’t that much of problem because I can manually add sidebars to posts and it works again. Except for the category pages, and with a blog that is going to have a lot of categories that is a problem. I also tried resetting some of the codes (pasting them from the download files in the editor) but it doesn’t work. This is pretty much the last thing that needs to happen before the site goes live.

    Looking forward to your response

    cheers

    #416116
    mbjsmartin
    Participant

    Hello support

    I received this error upon uploading the Theme into WPadmin themes –
    Unpacking the package…and have an error upon loading.
    Installing the theme…
    The package could not be installed. The theme is missing the style.css stylesheet.
    Theme install failed.

    So I searched support and found several other support tickets with this problem so I followed a link and a suggestion to load through Filezilla – which would be great if I knew how to use Filezilla!

    I was recommended this theme as being easy to use but it is so far not that easy! And I cannot select the extra $50 to have someone else install without repurchasing the theme.

    How can I get this theme installed easily and why can you not just upload this theme through Appearance/Themes/Upload Files like you can with most other themes????

    Please assist as soon as possible.

    #415844
    kat08glow
    Participant

    Hi,

    I am trying to edit various fields in my pages using the Avia Layout Builder and it does not work properly. For example, when I insert a promo box field and want to set up the button link manually, it is supposed to display a field to insert the link, but it doesn’t. When I try to add an icon to the button, it doesn’t select the icon I click on and it still displays the default icon. It also doesn’t display the WordPress SEO by Yoost field in the page, so I can add/edit the SEO. I am not sure what causes this.

    Thanks in advance.

    P.S. I should mention that I had some problems with Jetpack and the newest version of Enfold and I had to delete Jetpack completely and re-install disabling omnisearch. Now that works, but Avia builder does not.

    #415803

    Hey Gary!

    Enfold does not add a post type named “tt_font_control”, perhaps it was created by a third-party plugin.

    Regarding the LayerSlider indexing, try adding this to your robots.txt file:

    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/docs/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/wp/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/classes/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/config/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/views/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/locales/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/includes/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/demos/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/tmp/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/img/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/scss/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/fonts/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/tmp/cache/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/tmp/uploads/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/theme/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/borderlessdark/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/borderlesslight3d/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/borderlesslight/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/carousel/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/minicolors/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/darkskin/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/v5/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/borderlessdark3d/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/lightskin/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidthdark/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/glass/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/minimal/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/preview/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/noskin/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/keymap/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/merge/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/search/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/mode/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/rpm/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/runmode/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/fold/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/selection/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/edit/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/dialog/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/addon/comment/
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/plsql/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/regex/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/sql/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/php
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/ometa/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/sql
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/freemarker/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/lua/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/xmlpure/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/plsql/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/java
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/python/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/scheme/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/mysql/index.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/mixedtest.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/demo/formatting.html
    Disallow: /wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/doc/contrib/xquery/index.html

    Regards,
    Josue

    #415802
    radchild
    Participant

    Hey guys and girls,

    I was wondering if it were possible to disable the scroll wheel effect on Google Map embeds to just interact on click. I have been searching the interwebs for hours and no one seems to be able to give a concise answer. (Maybe you can?)

    I have a bicycling club website and it is paramount (no pun intended) that our rides are shown. However, I feel that when a user scrolls down their cursor or screen on mobile devices gets snagged/caught in the map making it difficult to navigate down.

    Regards, Jared

    I am running the latest Enfold and WordPress themes if it matters.

Viewing 30 results - 5,611 through 5,640 (of 7,495 total)