Viewing 30 results - 235,021 through 235,050 (of 243,378 total)
  • Author
    Search Results
  • #180509

    Hi!

    This is useful. Thanks. :)

    Regards,
    Ismael

    #180506

    Hey!

    Can you please upgrade to Enfold 2.4 then post the login details here? Set it as a private reply so that we can check the site. Please deactivate all plugins first. Also, check wp-content/plugins folder and delete unnecessary plugin folders.

    Regards,
    Ismael

    #180505

    Topic: wordpress 3.7

    in forum Enfold
    jackyking
    Participant

    Just got released. For those of us who have enfold 2.4.1 installed, do we have green light to upgrade WP to this version. :)

    thanks,

    #180497

    Hey midischool!

    Can you please post a screenshot of the button that you want? You can style the submit button using this selector on Quick CSS:

    .main_color input[type='submit'] {
    background-color: #c05f5f;
    color: #ffffff;
    border-color: #a03d3d;
    }
    
    .avia_ajax_form .button {
    margin: 0;
    padding: 16px 50px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 12px;
    }
    
    input[type="submit"], #submit, .button {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    }

    Cheers!
    Ismael

    Hi!

    I didn’t have any issues with it on my end. I thought I had responded a few days ago but it looks like it didn’t actually post. What specific iOS version and iPad are you getting this on?

    Best regards,
    Devin

    Hi LA_BREVA!

    The blog page setting from the theme overrides any choices on that specific page. What you can do however is don’t set a blog page from the theme options and instead just add a blog element to that page from the advanced layout editor.

    Cheers!
    Devin

    #180466
    mhiller
    Participant

    I thought I had found the problem, but I am still having trouble with the the default font set up in “Styling” in the General Tab: Heading Font: Droid Sans; Body Text: Font: Droid Serif. The correct fonts show up in the Styling preview pane, but not on the site (Header is a “serif” not a “sans serif” font):

    http://www.nexuscontentlab.com

    The only CSS changes I have done are these in Quick CSS:

    h1, h2, h3, h4, h5, p {
    text-transform: none !important;
    }
    
    @media only screen and (max-width: 767px) 
    .responsive #top #header {
    position: fixed;
    }
    }

    I purged browser cache and the fonts are still wrong. I am using the enfold child theme, I have not changed the enfold child style.css file.

    Thanks, Mike.

    #180459

    In reply to: Error on install

    Hey!

    First try not altering the theme name so its just Enfold version 2.4.1 and then upload that. If you have any plugins in your plugins folder go ahead and delete those as well.

    The basic install should go like this:

    Regards,
    Devin

    #180446
    brunostersa
    Participant

    How do I disable the default style slider for galleries of posts?
    I want to apply a plugin with a custom gallery, however the enfold already has a default gallery.

    How can I do this?
    Hold and thanks.

    #180441

    Good Day,

    Thanks for a great theme. I would like to request the following feature for your Enfold theme:
    An Events page just like your “Incarnation” theme. http://kriesi.at/themedemo/?theme=incarnation

    Thank you.

    #180440
    dustingrof
    Participant

    Hello,

    I am creating some custom shortcodes for the enfold theme. I mostly have them working, but I am not an expert with php, so most of my work has been trial and error / copy and paste from other shortcodes.

    For this shortcode, I am basically taking the image shortcode and adding a title to it. Everything displays fine on the front end, but there is a weird bug I can’t quite figure out. Let me explain:

    When I first click edit page, I see the element as I intend in the Advanced Layout Builder. Once I click to edit the element and click save, the layout changes. I lose the title, and two images appear stacked on top of each other.

    Before on the left, after on the right:
    Before and After in the editor

    I am guessing it is something to do with the code in the Editor Element Section, here is my code from that section:

    function editor_element($params)
    			{
    				$template = $this->update_template("src", "<img src='{{src}}' alt=''/>");
    				$img	  = "";
    
    				if(isset($params['args']['src']) && is_numeric($params['args']['src']))
    				{
    					$img = wp_get_attachment_image($params['args']['src'],'large');
    				}
    				else if(!empty($params['args']['src']))
    				{
    					$img = "<img src='".$params['args']['src']."' alt=''  />";
    				}
    
    				$params['content'] = NULL;
    				$params['innerHtml']  = "<div class='avia_photo_nav_square avia_photo_nav_square_style avia_hidden_bg_box'>";
    				$params['innerHtml'] .= "<div ".$this->class_by_arguments('align' ,$params['args']).">";
    				$params['innerHtml'] .= "		<span {$template} >".$params['args']['title'].": </span>";
    				$params['innerHtml'] .= "<div class='avia_photo_nav_square_container' {$template}>{$img}</div>";
    				$params['innerHtml'] .= "</div>";
    				$params['innerHtml'] .= "</div>";
    				$params['class'] = "";
    
    				return $params;
    			}

    Thanks for any help you can provide!

    D

    #180429

    Hey!

    In your WordPress theme directory, please go to Enfold\config-templatebuilder\avia-shortcodes and open portfolio.php file and search for “Post Number” and you should find this lines http://i.imgur.com/qjMrnkY.jpg
    Changed underlined 100 to 150, then go back to your Portfolio Grid element and change “Post Number” to 150 http://i.imgur.com/IWzmyRd.jpg

    Cheers!
    Yigit

    #180412

    Topic: Tabs in Tabs in Tabs

    in forum Enfold
    Superbobrik
    Participant

    Hello
    I am looking for purchasing Enfold Theme and got a question about tabs: http://kriesi.at/themes/enfold/shortcodes/tabs/#tab-id-5
    Is it possible to have 2-3 levels of tabs inside each other?

    #180407
    zerozendesign
    Participant

    Hey guys. having a simple:press appearance issue after the update. I need to give access to the members area for you to take a look. where should I send login details?

    #180403

    Topic: permalinks

    in forum Enfold
    ELEM
    Participant

    I installed Enfold.
    When i use postnames as permalinks, It eventually stops working.
    If I put It back to default (I don’t want that), everything works.

    Please help.
    my language switcher issue is solved.

    Thanks

    #180400

    Topic: wpml

    in forum Enfold
    ELEM
    Participant

    I bought Enfold, installed WPML
    Flags are automatically inserted in the header.

    I don’t want to see flags and I want to see a scroll down menu.
    with the inactive language showing.

    Thanks
    Luc

    #180386

    Hi KCMartin91737!

    In your WordPress theme directory please go to enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category”. It should be on 838th line http://i.imgur.com/mg9atjV.jpg
    Simply remove Archive for category:

    Regards,
    Yigit

    Hey Thanks Ismael,

    I tried both and did not have any success. Even after clearing the cache etc.
    It’s ok — I’m not to concerned about the mouse over on the iPad. I’m getting used to it being on all the time — If your
    team can not find a solution, I will design around it, but I bet you can find a solution. I went to http://kriesi.at/themedemo/?theme=enfold
    to the masonry portfolio sample and saw that it did the same ting on my iPad — do you have the settings for that portfolio sample set display title, “always display” or “display on mouse over” I’m just curious.
    Anyway! thanks for your support and I hope a solution is found.

    Best regards,

    George

    #180371

    Hi supervga!

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

    #top .fullsize .template-blog .blog-meta, .related_posts { display: none, }

    I am not familiar with Portfolio Slideshow plugin, you may need to hire a freelance developer to achieve what you would like to achieve if you really need it :)

    Cheers!
    Yigit

    #180362

    Hi!

    Can you post the link to the website using Enfold and point out sections where it does add extra space?

    Regards,
    Yigit

    #180348

    Saw your new website at http://kriesi.at/ and thought it was great! Have some feature requests from what I saw on your site.

    Feature requests:
    -The OR button where there are two options to select from.
    -The social media buttons that flip open to show stats.
    -The circle wheel slider where you hover and it shows content in the middle.

    Yes thanks, however, I want to change each toggle color on this page too so I think need to include the toggle id. Can you help me with that?

    Regards,
    Seth

    We looking forward to hearing from you :)

    Regards,

    Josue

    #180336
    misery217
    Participant

    I posted this about 3 weeks ago and got tied up and couldn’t respond quick enough. I DID de-activate all of the plugins to no avail, and STILL cannot get the blog-types to update by category. Below is the original post of which Ismael answered recommending to de-activate all plugins….

    On the Enfold Theme, the “main” issue is that when I drop a Blog Posts Content Element into a Layout Element and then go to adjust the settings of said Blog Post, none of the settings are being applied (ie. When updating it to use a specific category, it always resets to the default “Uncategorized,” or won’t update when I change the Blog Style (even after updating the full page). Any help would be appreciated. I DID recently update to the latest version.

    Site Link

    #180330

    Much was made of the SEO update but what about a migration (when possible) to a smarter methodology of image preperation for mobile devices? Right now these graphic-intensive sliders are killing my optimisation.

    IE:

    http://mobile.smashingmagazine.com/2013/10/24/automate-your-responsive-images-with-mobify-js/
    http://www.mobify.com/mobifyjs/v2/docs/image-resizer/

    If possible, then surely a huge step forward for the theme? :)

    Allright Devin, it worked great with the enfold map widget. I gave up with WP Google Map.

    I still have a little padding-bottom underneath the map. Any idea?

    Awesome support guys, love my this Enfold theme.

    Cheers,

    #180324

    Hi Norton!

    I’m not familiar with the plugin but it sounds like you need to create your own custom page template if the built in options don’t work for you.

    See: http://codex.wordpress.org/Page_Templates

    Regards,
    Devin

    #180316

    Fullscreen Video Integration on Slider would be nice like on the Home > Video Option Here –
    http://demo.pixelentity.com/?oneup_wp

    #180310

    In reply to: Easy Slider

    Hi meenamac!

    You are currently using very old version of Enfold. Recently version 2.4.1 was released. Please login on ThemeForest with the account you have purchased Enfold with and go to Downloads to download it. Please update your WordPress as well
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Yigit

    #180304

    Hey gintheme!

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

    .comment_meta_container, .comment_container { display: none; }

    Cheers!
    Yigit

Viewing 30 results - 235,021 through 235,050 (of 243,378 total)