Viewing 30 results - 10,891 through 10,920 (of 11,218 total)
  • Author
    Search Results
  • #168878

    Yigit,

    How can i choose my hompage as frontpage in enfold settings?
    Sorry for stupid question!

    #168851

    Hello!

    Have you choose your ‘Homepage’ as frontpage in Enfold theme settings?
    And please add following code to Quick CSS in Enfold theme options

    .fallback-table-val { visibility: visible; }
    .pricing-table li.empty-table-cell { display: block; }

    Cheers!
    Yigit

    #168779

    Same issue here. The site is under development and closed to the public but you can use this link: http://www.eoswiss-engineering.ch/test/ and navigate to the “Contact” page from the main menu.

    I also figured out that the Gravity Forms “Add Form” button is not visible in the advanced editor. When I add a Text Block this button is missing. Of course I can do a little workaround by switching to the default editor, add the form, copy the form shortcode, go back to advanced editor and paste the shortcode into the text block element.

    But it would be much nicer if Enfold would support Gravity Forms right from the advanced editor.

    • This reply was modified 12 years, 6 months ago by Michael Oeser.
    ceredesign
    Participant

    Hello, I would like to create a button so that external users could in a section of one of the forms, attach a photo and send it to me.
    Link form here: http://www.entornourbano.org/?page_id=953

    Also I have problems when working with a font color combination background Black / font White in the template Enfold, in certain parts of the web the color contrast is very bad, and the color editor do not get a good combination to make it readable . I attached two links where I get this:
    link1: In The headline black background
    link2 At the head of the icons below

    I’m new at this and would like some help,
    thanks

    #168631

    Hey!

    Yes, but these messages shouldn’t prevent you from selecting the “avia_framework” textdomain from the dropdown. You can just ignore the warnings and translate all text strings from the avia_framework textdomain. However if it still doesn’t work please download the po file I generated with Codestyling here: http://www.xup.in/dl,93390246/it_IT.po/ , upload it into the enfold/lang folder, then go to the Codestyling admin page and click on the “Edit” button. You don’t need to scan the files because I generated the it_IT.po with the latest version of Enfold (2.3).

    Regards,
    Peter

    zerozendesign
    Participant

    Hey guys.

    2 questions.

    Would it be possible to utilize shortcodes within layerslider? I attempted it…it just shows the shortcode, but wondering if might be possible. Would be nice to match buttons exactly using shortcode vs creating one.

    I created buttons at http://godiaperfree.com/newsite and created buttons on the slider. How do I go about removing the hover underline? Creating a hover effect background color change?

    Thanks in advance.

    #168126

    Perfect! Thank you very much for the help.

    #168114

    Buttons are wrapped in an avia-button-left (or center or right) div. This div is set to display:block, which pushes the next element to the next line.

    You can have inline buttons by setting the display of this div to inline:

    .avia-button-center {
       display: inline;
       padding: 0 5px;
    }

    This should display the buttons nicely next to each other, with 10px space inbetween.

    Hope it helps!

    • This reply was modified 12 years, 6 months ago by simonswiss.
    #168109
    DavyE
    Participant

    Buttons are automatically put on a new line, but I’m trying to add several buttons that are on the same line with maybe only 5px in between. I thought it should be set to display:inline; but it’s already set to that. How can I achieve this, please?

    Please note, I don’t want to add them in a separate column as the column margin is too big.

    #168082

    Hey BelIblis!

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

    .avia-slideshow-dots a.active { background: red; }
    .avia-slideshow-dots a { background: green; }

    Regards,
    Yigit

    #167923

    In reply to: Comment Replies

    I believe the comments do show with indentation out of the box with enfold. However, only the comments posted via the “reply” button directly within a comment box will be considered a direct reply, and therefore be indented. Hope it makes sense!

    #167836

    Hey!

    Can you post an example of the pdf link that is generated using the plugin? Have you tried manually adding a pdf link?

    Best regards,
    Ismael

    #167828
    mtupuschies
    Participant

    Hi,

    not sure if you’ll be able to help but since I have the problem only since I used enfold you might have a tip.
    I am using the Quform Plugin http://codecanyon.net/item/quform-wordpress-form-builder/706149
    The plugin itself an the created forms work totally fine.
    Problem is adding a form to a page / post.
    They have a shortcode button in the visual editor. When pressing that it brings up a form where you can choose the form you want to add in the page and creates the shortcode. This form pops up in a lightbox mode. and there is the problem. It either does not come up at all or maybe it’s hidden behind the avia editor.

    Was wondering now if there was a way to somehow add their shortcode to your wizzard so avoid this?

    Right now I can’t show you the issue since I only have a local installation.
    Hope you have an idea anyway.

    Thanks,
    Marcel

    #167743

    http://snipt.org/Ahhff0

    Here you go. I didn’t make any modifications in the functions.php before creating this thread, so the above snipt should be identical to what’s in the enfold theme package. The error went away when I added a “)” in the comment on line 26 of the attached snipt code.

    After adding that extra “)”, I tried adding “add_theme_support(‘avia_template_builder_custom_css’);” to where you mentioned again, and then it gave me a new error about an unexpected ‘;’, this time in the comment in line 17.

    What’s going on?

    • This reply was modified 12 years, 6 months ago by bunguman.
    #167532

    Hi

    Futher to this i have manged to get some output from Safari error logs (Firefox/Firebug crash out).

    After insert into post is pressed, the following is returned:
    avia_media.js:141RangeError: Maximum call stack size exceeded.

    It would seem that there is a clash with AVIA and the cmb_metabox framework on
    https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress

    as if i disable the function to init the framework, the WP functionality then works to insert a post.

    Part of the init.php function is to call the following

    function cmb_scripts( $hook ) {
    if ( $hook == ‘post.php’ OR $hook == ‘post-new.php’ OR $hook == ‘page-new.php’ OR $hook == ‘page.php’ ) {
    wp_register_script( ‘cmb-scripts’, CMB_META_BOX_URL.’jquery.cmbScripts.js’, array( ‘jquery’,’media-upload’,’thickbox’ ) );
    wp_enqueue_script( ‘jquery’ );
    wp_enqueue_script( ‘jquery-ui-core’ ); // Make sure and use elements form the 1.7.3 UI – not 1.8.9
    wp_enqueue_script( ‘media-upload’ );
    wp_enqueue_script( ‘thickbox’ );
    wp_enqueue_script( ‘cmb-scripts’ );
    wp_enqueue_style( ‘thickbox’ );
    wp_enqueue_style( ‘jquery-custom-ui’ );
    add_action( ‘admin_head’, ‘cmb_styles_inline’ );
    }
    }

    Could this be the source of the conflict do you think?

    Many thanks for any guidance.

    Phil.

    #167516
    philipe
    Participant

    Hi – i am using the Avia builder and have a 1/1 column with a text block inserted in it.
    Within the text block i have various paragraphs of text, from which i wish to link PDFs from certain words or phrases.

    In the standard WP interface, you ‘Add Media’ > upload the PDF > Edit title and this then becomes the title of the link > Insert and this inserts the link.

    Using Avia Builder, you go through the same process, but after hitting ‘Insert into’ button, nothing happens.

    Any idea why? or how best else to add a load of PDFs to a page (i’ve looked for other media types in the Avia media types section).

    Hi fshn2day!

    If you want another menu on the footer area you can go to Appearance > Menus panel. Find Menu Settings then enable Enfold Footer Menu. To add social icons, edit footer.php, find this code:

    wp_nav_menu($args);
    							echo "</div>";

    Below, add this code:

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    						
    						echo avia_social_media_icons($social_args);

    Add this on your custom.css or Quick CSS to move the social icons:

    #socket .social_bookmarks {
    position: relative;
    left: 50px;
    }

    Yes, you can edit header.php to add the Google Translate.

    Best regards,
    Ismael

    #167312
    paulsutton
    Participant

    I was trying to add the suggested code to the form button,

    $this->output .= '<input type="submit" onClick="_gaq.push(['_trackEvent', 'Contact', 'Form Submission', 'Contact Page Form',, false]);" value="'.$this->form_params['submit'].'" class="button" />';

    as suggested here: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/#post-121376

    And got the following error:
    Parse error: syntax error, unexpected ‘_trackEvent’ (T_STRING) in /home/maasen/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php on line 179

    #167268

    Hello!

    1) You should add Color Section element in Avia Layout Builder and give it an ID http://i.imgur.com/O63UPbJ.jpg in this case “contact”
    You can add contact form or anything else you would like to add inside this color section.
    Then you should add a Button element and set link to that ID http://i.imgur.com/tzmmNau.jpg in this case #contact
    So when button is clicked, it will take you to that ID.
    Please edit “Home v7: One Page Portfolio” page that comes with Dummy data. It will help you figure out faster.

    2) You can choose a Header with Social Icons in Enfold theme options > Header > Header Type

    3) You should use a plugin for that

    Best regards,
    Yigit

    #167159
    Alex
    Participant

    I use macdock.com as a host and my website is homesmartsecure.com.
    Macdock.com is the WORST hosting service in the world. They have have an excellent control panel, but it ends there. Everything else is horrible, especially the service.

    That said, I am using Enfold Child with Enfold 2.2 and the style settings are not sticking. I found that all files and folders in the wp-contents folder are set to user apache whereas all files EVERYWHERE else are set to ftpuser. So I fixed the user issue myself after DAYS of slow idiotic responses from my host with an eventual we are changing S#*^, fix it yourself type of response.. All permissions in dynamic_avia are set to 777. Yet click the color style buttons and apply doesn’t stick despite it saying settings were saved. Can one of you please log on to my wordpress and my ftp and see what the hell I’m doing wrong here?

    I know I can at least get great support here, if only for the theme.

    #166695

    In reply to: Enfold Bug In Main Nav

    http://www.getaltrd.com/work/virginmobile/

    and all the other portfolio pages linking from http://www.getaltrd.com/#work_section

    I tried the code you provided and first created a class for “work”, that didn’t work, so then I tried one creating a class for virginmobile (thinking I might just have to manually targeted every portfolio page – but that didn’t seem to work either, not to mention that would be a maintenance hassle every time I wanted to add a new page.

    Essentially, I only want the “home” button on all my portfolio work pages (like I did on the blog, with your help).

    Thanks in advance for your help. This is the last bug I have to finish before launching my site.

    #166546

    Hey!

    Yes, actually WP will overwrite the widget settings if you try to save different settings/categories for different languages. This is a wordpress limitation because every widget gets an unique id and WPML does not duplicate the widget when you switch the language but the widget will keep the same id – thus you can also overwrite the settings. The only workaround I’m aware of is to add two instances of the widgets to the sidebar. First select one language and add a portfolio widget to the sidebar. Add ICL_LANGUAGE_CODE == ‘XX’ into the widget logic field and replace XX with the right language shortcut of the current selected language. Then configure the widget for the current selected language and hit the save button. Then switch to the other language and configure the second widget/instance for the other language. Don’t click the “blue” save button of the first widget or you’ll overwrite the settings of the first language again. I made a short video to demonstrate the setup: http://www.screenr.com/CyZH

    Best regards,
    Peter

    #166503

    In reply to: No Data Received Error

    Have the same problem with (No data received Error)
    I download Enfold 2.2 then update to WordPress 3.6., still did not fix the issue. Steps that causes this issue – Starting from the admin page, when you click the update button from “Home Page” the error will occur. Yes I am hosting with GoDaddy.

    #166043

    Topic: Change button color

    in forum Enfold
    mp3dk
    Participant

    Hello,

    How do I change the color of the buttons in Enfold? It is the color of the button itself and not the text inside.

    Cheers!

    #165971
    idozaifman
    Participant

    hello guys
    great theme !!!
    I’v been working on a site using this theme and i have a few question that i didn’t find an answer yet
    1. one your demo site on main page -home v7- one page portfolio there are buttons on each section that leads to the next section for example:when you click on about buttons its leads to the about section with a gentle scroll’ i want to this on my site
    2. how do i create social icons on main menu or create a secondary menu that with have this buttons
    3. how can i create a “share it” buttons for each and every element on the page, for example: when you click on a pic that’s open in light box you will have a share option for different social network – like this : http://avathemes.com/WP/Pulsar/#prettyPhoto/9/
    hope to hear from you soon
    great job
    Ido

    #165960

    Hey 4ages!

    If you download the full theme folder/docs/psd package from your downloads on themeforest you’ll get the version.txt file which includes all file changes:

    
    2013 September 18 - Version 2.2
    
    - style.css - new version number
    - css/shortcodes.css - fixed a bug with .avia_start_animation elements causing fixed BG images to shift  
    - css/dynamic.css - adds a few new stylings for the forum  
    - css/bace.css - fixed a bug with firefox and linked images  
    - css/layout.css - added a few styles for various improvements mentioned bellow
    - footer.php - changed arguments of wp nav menu to work better with non-latin languages
    - header - changed arguments of wp nav menu to work better with non-latin languages
    - 404.php - added action that allows you to perform actions like notification to the blog owner if a page is missing
    - functions-enfold.php - removed buggy post nav from forum
    - includes/related-posts.pgp - added additional hooks and config options for different styling possibilities
    - js/avia.js - better detection on when to use the mobile menu
    - js/shortcodes.js - fixed a problem with easyslider, logoslider and content slider in IE 9 + 10
    - archive.php and taxonomy-portfolio_entries.php - added term descriptions
    - includes/admin/register-admin-options.php 
    	- you can now disable the dummy content import button by adding this to functions.php: add_theme_support('avia_disable_dummy_import')
    	- added option to disable search icon in main menu
    
    - folder config-woocommerce:
    	- fixed several small issues
    
    - folder config-templatebuilder:
    	- improved: template builder now works with revisions
    	- improved: portfolio layout if no images are selected
    	- added: missing translation strings for visual editor
    	- fixed: toggle active class bug
    	- added: filter for lightbox size
    	- fixed: content slider typo
    	- fixed: bug in firefox with absolute positioned elements within tables
    
    - folder config-bbpress:
    	- improved: lots of small styling improvements to the forum
    
    - folder framework:
    	- update to the newest version
    	- fixed contact form subject guessing code
    	- improved checkbox display and handling in backend
    	- added filter to default fallback menu to add additional items
    
    -folder lang:
    	- added first version for Danish, Spanish, French, Japanese, Russian, Swedish and Dutch
    

    Best regards,
    Devin

    #165784
    Susanne
    Participant

    hi, is it possible to create on a LayerSlider a sort of button (link) with a mouse hover function that changes the color when the mouse pointer is over?

    in explicit, look at the fullscreen slider that you find in the “enfold preview -> pages > fullscreen slider” http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    how did you manage to change the button “learn more” when the mouse moves over it?

    thank you :)

    #165781

    Hi, thank you for the quick reply. When I add that line on functions.php I get the following error:
    “Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/content/71/8730971/html/wp-content/themes/enfold/functions.php on line 26”

    After deleting the addition, this error persists. Any clue why?

    #165658

    Topic: Problems in IE8

    in forum Enfold
    studioruigrok
    Participant

    Hi,

    Great theme, except I run into a few bugs (?) viewing the site made with the ENFOLD theme in IE8.

    My site is perfect in Google Chrome, but in IE8 it has some trouble showing some of the items on the homepage.
    The site can be viewd here: http://www2.sun-fictorie.nl/.

    The troubles are highlighted in this imageTrouble highlights.

    > The menu items are shown through the logo in IE8.
    > The slider image is not working correctly in IE8.
    > The buttons in theme color are not working correctly in IE8.
    > All the way down on the homepage we have three Icon Boxes on a Color Section custom background image, as you can see, both the icons and the background image are not showing correctly in IE8.
    > The Enfold Google Maps Widget in the footer (third column) is not showing in IE8.
    > Also, the accordion and tabs Content Elements are not working in IE8.

    Is this a bug in the theme or is it something else? I tried searching the support forum but I couldn’t realy find anything similar.
    I don’t know how to fix it and I hope someone here can help.

    Many thanks in advance.

    Kind regards,
    Dave

    #165600

    Hi Rob!

    Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired

    .avia-promocontent { padding-right: 25px; }

    Cheers!
    Yigit

Viewing 30 results - 10,891 through 10,920 (of 11,218 total)