Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #489088

    Hello!

    I am trying to add hidden keywords to my homepage. I am simply using a text widget but when I enter it in and save it disappears. Do you know why this is happening or do you have suggestions?

    eg. in private content

    #489397

    Hi icebox10,

    That markup is not meant to be used there, there is a head section already in header.php, you can add you code there instead if you would like. Please use a child theme so you won’t have to do the same changes on updates: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Regards,
    Rikard

    #489656

    thanks! Where exactly would i be able to add this text?

    Also, is there a way to change the spacing between the columns? I see there is an option to click “no space between columns” but I just want a smaller gap. Thanks in advance :)

    #489663

    Below is a link of an example. I would like even spacing between columns and rows. The spacing between your columns by default are too big. Please advise :)

    #490096

    Hi!

    via FTP open /wordpress/wp-content/themes/enfold/header.php to put the text inside of it. However, we recommend to use a child theme for it.

    About which columns and rows are you talking about? not sure what you mean. Can you explain further or even use screenshots to make things clear? use imgur.com or dropbox.

    Regards,
    Andy

    #491013

    Can I add this in the editor in the backend of wordpress? As of right now i don’t have the child theme installed. If I install it, I would have to re-enter all my design settings, correct? The site gets lots of traffic, so making live changes is not an option.

    I am trying to achieve even spacing between columns and images that are stacked ontop of each other.

    Check out the page I’m working on in private section.
    setup:
    – image
    – 2 1/2 columns with images in them
    – image

    I would like to make the spacing between the half columns a little smaller. I guess I can customize the horizontal spacing with the “whitespace” shortcode. Any suggestions?

    #491045

    Hey!

    you won’t loose any settings when using a child theme.
    Yes you are right, use a separator/whitespace element to achieve horizontal spacing.

    Best regards,
    Andy

    #491046

    Can I add the code in the editor in the backend of wordpress?

    How do you change the spacing between columns?

    #491049

    Hey!

    yes you can.

    About which columns are you talking about? can you show us exactly where we can see it?

    Best regards,
    Andy

    #491056

    Is there a specific place I need to enter this code? or can in the beginning or end?

    The last link I sent has an example of the colums.. It’s just your column short code..

    #491214

    Hey!

    there is no special place, though I recommend it to put it in the end. If you use a child theme there is no beginning or end cause the file will be empty at first.

    For you columns try this code in Quick CSS field:

    .flex_column.av_one_half.flex_column_div.av-zero-column-padding {
    margin-left: 20px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.