Viewing 30 results - 133,231 through 133,260 (of 142,866 total)
  • Author
    Search Results
  • #229401
    akraemer
    Participant

    Hello,

    I need my portfolio grid to have external links that open up in a new tab. I have figured out how to get them to open the link I want but the link remains in the same tab. I have tried replacing the code with code provided by Dude here….

    Sadly this new code did not help. I appreciate you input!

    • This topic was modified 12 years, 1 month ago by akraemer.
    #229400

    In reply to: Comment format issues

    Hey Gee Are!

    We can’t offer fixes non-supported third-party plugins but i found a quick solution for your second issue, add this to the Quick CSS:

    #commentform p:nth-child(10) label, #commentform p:nth-child(11) label {
        left: 0;
    }
    #subscribe-label {
        left: 21px !important;
        padding-top: 5px !important;
    }
    .comment-subscription-form {
        top: 18px;
    }

    Regarding the first one, i’d recommend you to use another plugin (like this one).

    Cheers,
    Josue

    #229388

    Hi!

    The Post class gets attached to the body element, so the code should be:

    #top.postid-252 .fullsize .template-blog .entry-content-wrapper > * {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    }

    Cheers!
    Josue

    #229347

    In reply to: Fullwidth Easy Slider

    Hey bert787!

    Do you have the latest version of Enfold? Please report the issue here. Provide the login details and other information that can help us debug the issue. https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/

    Best regards,
    Ismael

    #229338

    Hey!

    Yes, Color Section elements only work fullwidth. As a workaround you can add Widget Area element to your page and add needed widgets inside it in Appearance > Widgets

    Best regards,
    Yigit

    #229334

    Hi 4youth!

    1- Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
    You can also contact your service providers to do it
    2- I have just checked your website on my iPhone and responsiveness seems fine http://i.imgur.com/DYe0M49.png
    Special heading text on the bottom is a bit too big, you can decrease the font size by adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    body .av-special-heading.blockquote > *  { font-size: 35px; }}

    3- Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
    4- No, we do not. You can try hiring a freelance developer on Microlancer, Codeable or WorkPress
    Best regards,
    Yigit

    #229315

    Thanks for the response, Yigit. I think I may not have been clear on what I meant.

    What I mean is the two tabs at the top right of your linked image that say “Visual” and “Text”. Typically, when I work on a WordPress page, it remembers which editor I was using last (Visual or Text) and when I go to edit the page again, it opens that one.

    As we all know, the Visual editor can often mess with our custom html code that we create in the Text editor. But this is only an issue sometimes, so I don’t want to disable the Visual editor completely by editing my User profile.

    So when I edit text in, for example, an iconbox, I’d like is for it to do one of two things:
    1. Remember whether I used Visual or Text for that particular iconbox the last time I saved it.
    OR
    2. Default to showing the Text editor and then I can click the Visual editor if I want it. That way, for the cases where I have custom code that WordPress might mess up, it’s not messed up simply by opening the iconbox box to edit it each time.

    Hopefully that’s more clear about what I’m trying to do.

    Thanks.

    #229307
    Presumebox
    Participant

    Hello;

    I’m trying to include a gallery like the example of the demo “Single Portfolio include: 2/3 Gallery”

    How can I do this?

    excuse my ignorance, I was looking for tutorials and practicing with wordpress desktop and fails to do so.

    I hope your help, thank you.
    regards

    #229291

    Hi!

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

    #top .widget ul { list-style: none; }

    Best regards,
    Yigit

    #229290

    Hey rfarthofer!

    Please refer to Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Regards,
    Yigit

    #229289

    In reply to: Submenu

    Hey Guilherme!

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

    #top .main_menu .menu li ul a { font-size: 16px; }

    Best regards,
    Yigit

    #229279

    OK, I think I may have figured it out. Will this cause any responsive design problems?

    #top .title_container .main-title a {
    position: absolute;
    right: 0;
    }

    .breadcrumb {
    left: 0;
    }

    #229275
    danaldo
    Participant

    Hi there,

    great theme and forum!

    I would like to use only a couple of post formats for the blog and want to add a new one:
    standard
    link
    quote
    alert (new)
    gallery (hide)
    video (hide)
    bild (hide)
    audio (hide)

    1. How can I hide some post formats in the backend (on the right sidebar listing all formats)?

    2. Can I add some default WordPress post formats that you didn’t include, like aside and chat?
    This didn’t really work: https://kriesi.at/support/topic/how-to-add-new-post-format/#post-224776
    I already found out in the forum that it is not easy to create a new post format and I also don’t want to use the workaround with custom post types. My target group using WP should only learn how to create a post. So maybe I abuse an existing format, which leads to the next question:

    3. If I cannot use a brand new format, how can I customize an existing post format?
    It is supposed to be an “alert” kind of post format, so I want the users to be able to choose a format called “alert” in the backend, so that the frontend shows a different icon and different color to red for the <div class=”blog-meta”></div>

    This in red with different icon and color: Example

    Thanks in advance!

    Daniel

    • This topic was modified 12 years ago by Yigit.
    Imburr
    Participant

    I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.

    Theme/framework/php/function-set-avia-frontend.php
    Line 426 to:

    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    

    I manually added in title='{$alt}’ in both statements to get the title to work.

    The second hack is to add text to the cart button, and to hide it with a CSS indent.

    Edit config.php in enfold\config-woocommerce\config.php
    Line 758

    
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    

    The hide class has my indent/hide code on it.

    The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.

    Add code to enfold/functions.php
    add_theme_support(‘avia_conditionals_for_mega_menu’);
    On line 17
    Under
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/&gt;

    Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?

    Thank you guys so much for the help!

    #229253
    peterkay
    Participant

    Love the theme! Please supply me w/ the CSS to put the page title on the right and breadcrumbs on the left.

    I got this to work:

    .breadcrumb {
    left: 0;
    }

    But I’m not having any good results with attempting code like:

    #top .title_container .main-title a {
    text-align: right;
    }

    or

    #top .title_container .main-title a {
    right:0;
    }

    Pls help!

    #229230
    simpson199
    Participant

    Hi!

    I want to make the content body of a special post-id more larger (on post with no sidebars).

    this is the code, that works on every post:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    }

    So I only want to have it on 2 ids, but .post-id-123 or .postid-123 dont work:

    #top .fullsize .template-blog .post-id-123 .entry-content-wrapper > * {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    }

    I get the post id from the link in the editing mode of the post.

    what is wrong?

    Thanx a lot from Simps :-)

    • This topic was modified 12 years, 1 month ago by simpson199.
    #229220

    In reply to: Enfold fixed header

    Yes @Josue,

    Yes, but with some modifications because I want the header to be a little bit higher than the image (120px in my case). So I broke de code in two pieces:
    `
    #header_main .container {
    height: 140px !important;
    line-height: 140px !important;
    max-height: none !important;
    }
    #header_main .logo img, .logo a {
    height: 120px !important;
    line-height: 120px !important;
    max-height: none !important;
    padding-top: 10px !important;
    }
    .

    Thank you.

    #229217

    In reply to: Sale! splatter

    I tried.. but its not working…

    I also did it directly with copying the top. on sale into my child style and it moved.. BUT then it moves behind the picture so its not visible, if i move it UP?

    So i don’t know how it can appear ON the picture, and not behind the picture?

    #229207

    Hey!

    Try adding this code to the Quick CSS:

    #av_section_1 .content {
        display: block;
    }

    Where av_section_1 is the ID of the color section.

    Cheers! 
    Josue

    #229198

    Hey!

    Is it available in the Google Fonts directory? you could use this method:
    https://kriesi.at/support/topic/custom-fonts/

    Regards,
    Josue

    This reply has been marked as private.
    #229180
    robert7878
    Participant

    hi,
    I tried to change the space between the footer content and the footer border (top & bottom) with the following code which I found here in the forum:
    “You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0

    #footer {
    padding: 0; }
    by default it is 15px 0 30px 0

    Best regards,
    Yigit”

    Unfortunately nothing changed. my site: http://www.draussen.at

    #229174

    Hey!

    Please try and let us know. Thread will be on hold and will be re-opened when you reply to this topic.

    Best regards,
    Yigit

    #229155
    Thinkgate
    Participant

    I am looking to set the a:active color for each of my main menu items. I have already set a:hover for each menu item, and it is working perfectly for both the top level navigation item, and sub menu items.
    ex:
    #menu-item-5369 a:hover { color:#db1534 }

    When I try to set a:active, like so: #menu-item-5369 a:active { color:#db1534 } it does not work.

    I know how to set the active color for all menu items, but not specifically for each set (each main and sub menu items all distinct, active colors).

    Hopefully that makes sense.

    #229123
    xglienas
    Participant

    Hi there!

    I’m working with the fullscreen slider in my homepage :: http://www.inopia.cat/ and it doesn’t reposition from the center as in your example (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) it just reposition from top-left corner.

    thanks for your time
    X

    #229113
    rachis
    Participant

    I would like to know how it would be best to go about setting up smaller size images for display on tablets or mobile so that my larger images on the desktop site does not have to eat up all the mobile bandwidth of my visitors.

    I know there are plugins about but not sure which would work well with enfold. Any suggestions or is there an alternative?

    PS – I am using WPML so it has to be compatible with it.

    Thanks in advance
    Raju

    #229104

    In reply to: resize image on page

    Hey!

    Please don’t create duplicate topics for the same issues/question. It makes it harder for us to answer and for others to search. I’m closing this one off since I’ve already responded to your other topic: https://kriesi.at/support/topic/resize-image-in-wysiwyg/

    Regards,
    Devin

    #229091

    Hey!

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

    #top .main_color .input-text, #top .main_color input[type='text'] { color: white; }
    .main_color tr:nth-child(even) { color: inherit; }
    .woocommerce-error strong { color: black; }

    Best regards,
    Yigit

    #229085

    In reply to: Sale! splatter

    Hi Jane!

    You can adjust its position as needed by adding this to your Quick CSS in the styling tab of the theme options:

    
    #top .onsale {
    top: -11em;
    }
    

    Change the value to change its position. I’ve used em so that the position will scale with the screen size. It will shift a bit in the image area because of this.

    Cheers!
    Devin

    #229069

    Hi!

    Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find

    big_prev.stop().animate({opacity:0}, function()

    and change it to

    big_prev.stop().animate({opacity:1}, function()

    Regards,
    Yigit

Viewing 30 results - 133,231 through 133,260 (of 142,866 total)