Viewing 30 results - 226,651 through 226,680 (of 244,159 total)
  • Author
    Search Results
  • #234652

    Hey GavinAnstey!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and replace:

    
    if($custom_link) $this->loop[$key]['url'] = $custom_link;
    

    with

    
    if($custom_link) $this->loop[$key]['url'] = $custom_link;
    if($custom_link) $blank = "target='_blank'";
    

    and

    
    $this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a');
    

    with

    
    if(empty($blank)) $blank = '';
    $this->loop[$key]['html_tags'] = array('a '.$blank.' href="'.$this->loop[$key]['url'].'"','a');
    

    Regards,
    Peter

    #234651

    In reply to: Enfold > Map size

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on your custom.css or Quick CSS to remove the map data:

    .gmnoprint {
    display: none !important;
    }

    Use this one to remove the padding:

    #avia_google_maps-2 {
    padding: 0;
    }

    Cheers!
    Ismael

    #234646

    Hi,

    What happened to the accepted request for “collapsible menu in mobile mode”?

    Since I have many sub-pages this is causing quite a big problem. I can of course hide the individual sub-pages with css to make the menu look decent but then those pages wouldn’t be viewable, which I want. I recently bought your theme but now I might have to stop using it just because of this issue.

    It seems like a standard feature to me and I hope this will be implemented in the near future?

    Kind regards,

    Erik

    #234645
    Thisafternoon
    Participant

    Hi guys,

    I’m having an issue with the anchors, when using Enfold as a ‘one page’ design.

    There is a difference between clicking in the menu to a certain section and opening or reloading the page on a specific section.

    When I click on “werkwijze” in the menu, I can see the Title on the right place (height), but when I open this section by going to the link: http://www.usualsuspects.nl/#werkwijze or refresh the page, the Title disappears under the menu.

    Ony thoughts on how this can be fixed?

    Thanks in advance,

    Bas

    #234644

    Hey tomgraziani!

    How are you? I hope you’re doing well today.

    What do you mean by “it can’t connect to the web”? I checked the website and I can see the images just fine.

    Regards,
    Ismael

    #234643
    peme
    Participant

    Is there a way to stop YouTube to show related videos? When I add rel=0 to the URL Enfold just shows the url instead of embedding the video.

    #234639

    Hi!

    1) Please set a proper page title for your website – at the moment it’s set to “-” which will have a negative impact on your SEO. I recommend to install http://wordpress.org/plugins/wordpress-seo/ and to configure the settings carefully.

    2) If you don’t want Google to index the demo pages I recommend to use Yoast SEO to set the meta robots data to “noindex, nofollow” or just set the entry status to “Draft”. As soon as the pages are published google will try to index them.

    Cheers!
    Peter

    #234637

    Hey Ryan!

    We’ll release a new version of Enfold (2.6) this week. It will include the new LayerSlider v5.x version which should hopefully fix all issues. If the update doesn’t fix the issue for you we’ll look into it.

    Best regards,
    Peter

    #234635
    Simybee
    Participant

    Hi everyone!

    I need to have a video as a the featured image for my post I am doing. Example: http://kriesi.at/themes/enfold/2013/10/21/a-short-intro-to-our-brand-new-template-builder/

    How do I go about doing this? Am I missing something obvious?

    Thanks,
    Simon.

    #234632

    Just had an interesting idea:

    Invisibility!
    What about having a little visibility eye <0> on elements. This would be great for people who want to set a notification area or anything else and then turn it off and on – on the fly. You could even have an ability to set it to invisible to all except admins. Also nice to work on a live site in draft then turn on visibility when your done. Now I always make a new page on a live site, then when done create template, add template to live page and move it all tot the right area as the templates are added below existing content. It would be best if admins can view invisible items to somehow on the frontend also show to admins they are invisible, add a little opacity to invis items?

    Rowspan!
    And ofcourse the important feature request, let a container span multiple rows:
    [a1][a2] | b1* |
    [a3][a4] | b1* |

    * both b1’s = 1 portrait container

    Mobile slideoutmenu positioning
    I found the slide out menu a little bit ugly as it overlays the whole page, so when you press the menu button, the layer slides in and there is a big gap at the top next to close menu button. To solve this I figured out that the open button is actually a toggle and will also close the panel – great! So what I did was move the positioning of the overlay down some pixels with css to just below the header, removed the close (X) display none, and use the menu open button as a toggle! However as it wasn’t meant to be a toggle the icon doesn’t change into an ( X ) when menu is open, not a biggy but would be nice if it could!

    Just my 2 cents :) Keep up the best theme ever!
    Thomas

    • This reply was modified 11 years, 11 months ago by borkent.
    #234629

    Hey schoenj!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Cheers!
    Peter

    #234622

    In reply to: Enfold Combo Widget

    Hi agernaat!

    I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/

    If the regeneration doesn’t help a possible css fix would be:

    
    .news-thumb {
    max-width: 36px;
    }
    

    – insert this code into the quick css field.

    Best regards,
    Peter

    #234619

    Cool!

    #234618

    In reply to: Enfold Showcase

    Just launched my first WordPress project, based on the Enfold Theme.

    Chris Kettner Fotodesign – Business Fotograf & Miet-Studio
    http://www.chris-kettner.de

    Your Feedback is welcome!


    @RichardOlpin
    This is a photographers site :)

    #234617

    Hi Tali!

    1) To deactivate LayerSlider insert this code into the child theme functions.php file

    
    add_theme_support('deactivate_layerslider');
    

    2) Insert this code into the child theme functions.php file:

    
    	function avia_register_avia_widgets()
    	{
    		register_widget( 'avia_newsbox' );
    		register_widget( 'avia_portfoliobox' );
    		register_widget( 'avia_socialcount' );
    		register_widget( 'avia_combo_widget' );
    		register_widget( 'avia_partner_widget' );
    	}
    	avia_register_avia_widgets(); //call the function immediatly to activate
    

    or open up enfold/functions.php and delete one code line

    
    register_widget( 'avia_google_maps' );
    

    Regards,
    Peter

    #234614

    Hi!

    1) Please try to clear the browser cache. Maybe the mobile (safari) browser still loads the corrupt/damaged files.

    2) Thanks for the notice. We fixed the issue and we’ll release the update (version 2.6) this week.

    Cheers!
    Peter

    #234612

    Hi!

    Actually IE8 shouldn’t shrink your website to 960px but it should display the website with a width of 1030px or 1210px (depends on the layout setting . Enfold > General Settings). Only browsers which support media queries will use a special styling for devices with 960px screens and 768px screens). Can you post a link to your website please and I’ll investigate the html/css code and check why IE8 doesn’t display it properly.

    Best regards,
    Peter

    #234611
    Sebastianvanderwals
    Participant

    Favicon didn’t change to its default icon when removing my favicon on Enfold Theme Options.

    I removed my favicon. Saved it. Then, when I check the site, it doesn’t seemed to be removed. I want the default favicon.

    Thanks!

    #234609

    Is it possible to manage this with the enfold-child ?
    for the posts in blog-posts i add this code in enfold-child :

    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    global $avia_config;
    global $more; 
    $more_bak = $more;
    
    if(!is_single() && empty($current_post['text_before']))
    {
    	$more = 0; 
    	$current_post['content'] =  get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');
    	$more = $more_bak;
    }
    return $current_post;
    }
    #234604

    Hey!

    1) I think it’s easier to solve the issue by setting a background for the entire page.

    The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image.

    Please apply the background universally and post a link to a color section which doesn’t work. I’ll investigate the css code and check why the color section doesn’t work.

    2) Kriesi uses the “large responsive” layout (with 1210px width). You can configure it on the theme option page ( Enfold > General Settings). If you want to stretch the forum content area to 100% insert this code into the quick css field:

    
    #top .forum-archive .entry-content {
    width: 100%;
    margin-left: 0;
    }
    

    3) I’m not sure if Kriesi uses a custom widget or a standard bbpress widget for the login area. I’ll tag this thread for him and ask him to comment on it.

    Cheers!
    Peter

    #234603

    Hey!

    Enfold does not redirect the user to a mobile page/template since it does not even come with a special “mobile” template. If a redirection script is in place I recommend to check your server configuration (especially the htaccess file and maybe the index.php file if it contains some redirection code). If this doesn’t help try to move the entire wordpress directory to a new (sub) directory and make sure that the domain points to this (sub)directory.

    Cheers!
    Peter

    #234600
    Oliomedia
    Participant

    I noticed that as soon as I enable Enfold, the following headers are added to the server response:

    Cache-Control	no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma	no-cache

    This seems to affect caching on the server. As soon as I switch to another theme the server caches the page just fine.

    I’m using nginx, php-fpm and fcgi_cache

    #234598

    Hi,

    Thanks for the advice, but I wanted to use HTML5 directly, so that I could set up custom elements exactly as I wanted.

    Anyway, I managed to do what I wanted… kind of.

    Thanks.

    #234594

    Hi!

    Ja, genau. der Eintrag

    
    define(‘WPLANG’, ‘de_DE’);
    

    muss in der wp-config.php vorhanden sein. Wir liefern Enfold mit den deutschen Sprachdateien aus, daher sollte es nicht notwendig sein diese extra zu installieren. Sobald die WordPress Sprache auf “Deutsch” gestellt ist, sollte WordPress auch die Enfold Sprachdateien laden und verwenden. Bitte richte mir einen Admin Account ein und sende mir die Zugangsdaten als “Private Reply” (siehe Checkbox unterhalb des Texteditors) und ich sehe mir die Sache an.

    Cheers!
    Peter

    Strange, it does not work on our multisite (perhaps we use /…/ for our sites, instead of subdomains?).

    Also replacing the font-set fix did not work for us, still no icons on Firefox (also not after empyting all W3 caching).

    Note: Just did a clean upload of Enfold 2.5.4, still the same issue on Firefox!

    • This reply was modified 11 years, 11 months ago by robinwo.
    #234587

    Topic: LayerSlider version

    in forum Enfold
    hareljann
    Participant

    Hello,
    I would like to know what is the current embedded LayerSlider version.
    I see couple feature in the front page news that I cannot find.

    BTW, Enfold is awesome, enjoying every bit of it! :D

    #234581

    In reply to: Enfold fixed header

    I would like to have an logo height of 105 px and the header should be about 135 px with a padding of 15px at top and bottom.
    Thank you

    #234580

    Topic: video

    in forum Enfold
    modelity
    Participant

    Hi,

    i want to view a video (mp4) in a page/portfolio item.
    The video is hosted in my server (not youtube, vimeo, etc …).
    I tried to use the “Video” component in the media elements in the advanced layout editor – it works in my desktop and in ipad, but in my android phone i see the movie loading image but i can’t see the movie.
    Is there any other way to embed video files in wordpress/enfold theme?

    #234579
    Darren Gouk
    Participant

    Hi,

    I found a problem that the sidebar and footer are not displaying in all the pages of my website.

    http://www.myswimminglesson.com.my/

    I have enabled the display setting for sidebar and footer under Enfold Theme option. Yet, the problem is not resolved.

    I have purchased Enfold for my another website. It works totally alright =)

    http://www.myaonetutor.com.sg/

    Please help. Thanks

    #234575

    In reply to: Enfold fixed header

    Dear Ismael,

    Thank you, it worked fine. I’ve changed all px sizes in order to have a bigger logo, also worked, but the slider which I’ve got at the top didn’t move down, so now the header is going over into the slider. Any idea?

    Regards,
    Mark

Viewing 30 results - 226,651 through 226,680 (of 244,159 total)