Viewing 30 results - 234,751 through 234,780 (of 243,786 total)
  • Author
    Search Results
  • #184696

    Hi!

    Actually this slider doesn’t seem to work at all for me because of a javascript error in the logo offset calculation function. Please try to open enfold/js/avia.js and delete the entire code within the file. Then copy & paste the code from here: http://pastebin.com/c27VFSmh into the avia.js file and save it. It should fix the post slider issue but I’m not sure if it also fixes the image issue. We’ll see.

    Best regards,
    Peter

    #184693
    philipe
    Participant

    Hi all –
    see you are frequently rolling out updates to Enfold. Fantastic job!
    Is there anywhere that I can read the changes between versions (without having to download and install first!)
    Do you have a changelog published?

    Thanks

    #184692

    Hey!

    I’ll mark this thread for Kriesi and ask him to fix the issue with the next update. For a quick fix add following code to functions.php:

    
            if(!function_exists('avia_change_wpml_home_link'))
       {
         add_filter('WPML_filter_link','avia_change_wpml_home_link', 10, 2);
         function avia_change_wpml_home_link($url, $lang)
         {
             global $sitepress;
             if(is_home() || is_front_page()) $url = $sitepress->language_url($lang['language_code']);
             return $url;
         }
       }
    

    Best regards,
    Peter

    Thanks Dude. It works :)

    Hello Dude,
    perfect!!!! Thanks

    Hey!

    Try following code instead

    
    add_action('after_setup_theme', 'avia_lang_setup');
    function avia_lang_setup()
    {
    $lang = get_stylesheet_directory()  . '/lang';
    load_child_theme_textdomain('avia_framework', $lang);
    }
    

    The code I posted in the other thread used the get_template_directory() function which will load the files from the parent theme. The get_stylesheet_directory() function should return the right path.

    Cheers!
    Peter

    #184670

    Hey!

    Can you please give us a link to the website? The menu should switch to either dropdown or slidemenu on smaller screen sizes.

    Regards,
    Ismael

    Hi Josue,
    Sorry for the delay i was off for a vacation.Good to hear that, how should the logo be changed i mean in what way.?I am not so familiar with the seo things, but after some researching i found the ranking will take time to retrieve its previous position once it is lost due to change in the structure(while migrating to a new theme). If possible please can you guide me on specific things i need to change and the exact directions for that.
    Thanks :)

    #184643

    Hi Monsoon!

    This cannot be easily done without the use of plugins or manual coding. I’m sorry but please hire a freelance developer if you don’t want to use a plugin.

    Cheers!
    Ismael

    #184642

    Hey Monsoon!

    Can you please give us a link to the actual article with the featured image? You can add this on your custom.css or Quick CSS to remove the featured image link:

    .big-preview.single-big a {
    pointer-events: none;
    }

    You can edit functions.php to control the size of the featured image.

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    Change the width and the height then use this plugin to regenerate the thumbnails. http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    We had some issues with with max-width on the base.css file. Specifically, we have a script that automatically generates thumbnails for youtube videos with a ‘play’ button graphic. It also removes the ugly black bars with the thumbnails generated by Youtube for non-16:9 videos and then links the video into a lightbox style popup window to play them. Upon completion of the video, it automatically closes the lightbox window, so no nasty advertisement popups appear in your face. It does this automatically with no interaction by the website visitor. Smooth, nice and unobtrusive. So there are Ajax callbacks happening to refresh the page content at various stages. The play button graphic has difficulty appearing centered in the thumbnail image using the enfold template upon loading. Something that doesn’t occur when we hand-code a lot of Youtube video links in our own web page. We’ve loaded 40-50 Youtube thumbnails on a hand-coded page with no errors, picture perfect thumbnails and the play graphic dead centered in the thumbnail. And that’s working on Localhost too! Sniffing around your CSS, it may be narrowed down to the img CSS inside Enfold, but I haven’t completely nailed it down. In IE, the thumbnails simply wouldn’t show up, until I comment out the following line in base.css Line 152 max-width: 100%;

    So how important is this line to Enfold’s performance?
    Do you have the CSS properties set at 100% for a reason? Is it important for responsiveness perhaps?
    Curious. Commenting out that line cured the IE problems, but we still have the issue with our transparent play graphic not centering in the middle of the thumbs.

    I realize this is a site specific problem and probably not a major issue with 99% of the folks that have your template, but I would like some input about why the settings are set at 100% so we can look at options on our end. It would also be useful to know if we have overlooked some CSS properties inside the various Enfold files that may have an impact on what I’m describing. I apologize but I don’t have a link online for you to look at. I may be able to put up a test page on a server to illustrate what I’m talking about. It would also show you a rather nifty script that is far superior to the lightbox clone you’re using. It’s very full-featured, has it’s own Ajax library with lots of nifty functions for advanced webmasters and the documentation and support is like no other script online. It’s been around for a very long time too. I figure you folks are vested in your current lightbox script, so I haven’t brought it up, but this one is light years ahead of the one you’re using. Not even close. I changed the entire look of the lightbox to black with one property setting. I saw a thread asking about putting the “title” attribute into the caption area of your Masonry script.
    With this script, it’s one simple attribute/option to set and you’re done. No javascript to code inside your functions. It snags the title attribute and loads it into the caption area automatically. It’s good-to-go out of the box.

    Anyway, I thought I would expand on your question about max-width. This is one of the circumstances where we had issues with max-width, so if it’s not necessary for the performance of Enfold, then you folks might want to consider changing it due to it’s historical problems with IE.

    Cheers,
    Don

    #184621

    – I will add my request for being able to use Masonry in a fixed width…not sure why the only option was fullwidth
    – It would be nice to have as an option the same header option as on this site ie social icons right of menus
    – Customization of Feature Image as in previous themes like Corona where the Featured Image could be linked, not linked, custom url’ed and text captioned
    – in theme option to have a fixed sidebar when scrolling down to avoid wasting a lot of white space on long posts/pages
    – Accordion slider from corona option. This is enormously helpfull for websites that run many events as a simple way to show what s coming

    #184611
    smue
    Participant

    How do I disable enfolds default light box?
    I wish to use Justified image grid for my galleries.
    Actually what I want is to use photoswipe for my lightbox.
    Thank you !

    #184595

    Huge menu 1-6 column width narrows, please fix!
    Thank you!

    #184589

    Yes, I see the same thing, but I think you’ll find that is because the ‘table’ is not in fact an HTML table in the normal sense. The items are actually lists, each one within a separate column DIV so there is actually no connection between the rows on each column.

    To ensure they are all the same height you’ll either need to ensure you have the same number of text rows in each, or set a fixed height for the

  • elements in the table cells with CSS.

Hi!

What is the version of IE on Nokia 925? The logo adjust properly when I check it on IE8 to IE10. You can check the look of your website on mobile view here: http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.com%2F

Best regards,
Ismael

#184583

Topic: Text formatting

in forum Enfold
theworldawaits
Participant

Hey there,

I am trying to adjust some text on my site. It’s a simple enough task, but I can’t seem to figure it out within Enfold. Basically I have some text that I would like to be smaller than normal paragraph text.

I created a class in the custom styling
p.verse { font-size: 9px; }

And in the text-box I called the class
<p class="verse">This should be smaller</p>

However, the text remains the same.

I also noticed that Enfold has tooltip functionality. Is there a way to implement this within text? For example, if there is text that says “Genesis 1:1” it would show a box on rollover saying “In the beginning, God created the heavens and the earth.”.

Thanks so much!

Jason

#184574

Hey ival!

Go to Enfold > Sidebar > Page Sidebar navigation, select “Don’t display sidebar navigation”.

Cheers!
Ismael

I have already done, I have flushed the cache but it does not work. I told you already ” I can see it perfectly in a iPhone but I see the logo broken in a Windows Phone Nokia 925.”
I works in a iPhone, but not in a Nokia which have IE. Perhaps IE has something to do whit this,…
I insist, in your version 2.4.2. something is not working properly.
I dont get this problem with version 2.3.2. You have seen the images I enclosed.
Regards, Adolfo

#184550
Jerremy-W
Participant

I have a website with 7 languages. The language settings are all fine and I don’t want to reset them. Unfortunately, the 7 languages don’t all have the same styles (Enfold styles sub). So I was hoping that there would be an easy way to apply the (style) settings of Enfold of one language to all the other languages?

Thanks in advance.

#184547
abmich
Participant

Hi there – we really love the Avia Layout Builder included with Enfold and are wondering if you have another responsive theme that uses it.

Thanks!

#184546
This reply has been marked as private.
#184533

Topic: Add Button to Footer

in forum Enfold
ksiarza
Participant

Okay, love the theme, but seeing as how the footer layout of WP is not as brilliant as your Advanced Layout Editor…

How do I add an enfold button (one of these bad boys: http://kriesi.at/themedemo/?theme=enfold) to the footer?

#184523

Hey!

I updated my previous code. Sorry, i skipped to add one :hover. Just so we are on the same page, you want to change the background color of “enrol on course” on hover, is that correct?

Cheers!
Yigit

#184503

Topic: Scrolling content area

in forum Enfold
ewingmh
Participant

Is there a way to add a scrolling content area into the Enfold theme such as the one on this page:
http://www.peacewardyoga.com/private-yoga-classes
Thanks!

  • This topic was modified 12 years, 1 month ago by ewingmh.
#184495

Hi Fabienml!

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

#wood .content { padding-bottom: 0; }

Cheers!
Yigit

#184493

Hi Derek!

Can you post the link to your website so we can check which version of Enfold you are using?

Cheers!
Yigit

#184491

Thank you, Yigit. I think I’ve already done that. Here’s my circumstance: before I updated it, I was exploring sample slider export files from ThemePunch – they imported and worked just fine. But, then I updated the Enfold theme. Afterward, when I tried importing some of the same slider import files, I keep getting a message that the imported file ‘appears corrupt’ … I figured it was the Slider version itself, so I went out to their site and saw that they’ve released 4.6.5 … I figured that mine was out of date.

Overall, do you know why the sample import files won’t import properly?

Thanks, Yigit.

Derek

#184488

Hey Gekko101!

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

.avia-content-slider .slide-meta { display: none; }

Regards,
Yigit

#184487

Hey!

Can you post the link to your website as well? The link you provided in your other topic is still not Enfold

Cheers!
Yigit

Viewing 30 results - 234,751 through 234,780 (of 243,786 total)