Viewing 30 results - 137,071 through 137,100 (of 142,852 total)
  • Author
    Search Results
  • #189762

    In reply to: statistic shortcode?

    Hey joshuati!

    That is a great idea. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    Anyway there are lots of infographics available on code canyon. :)

    Best regards,
    Ismael

    #189737
    primarythoughts
    Participant

    I’m using One-Page and NextGEN legacy compatibility from version 1.9.13 (as you recommended) to allow for pagination of the gallery.

    Initially, upon review when I clicked on the next arrow or any subsequent page number 2, 3, 4, etc. it didn’t show the next set of images; it defaulted to a blog page. Under Enfold Theme Options, my blog field is empty, so I’m not sure where it’s pulling the template from.

    Then I determined when I deactivated the a “Coming Soon” plugin the pages viewed properly, however, I didn’t check multiple browsers and products. That ticket has been closed since I thought it was due to that plugin.

    I have determined that the pagination issue occurs in the Safari and Chrome browsers on both iPad and macs. On pc’s it has the issue in Safari and Firefox. On android phones it has the issue in Firefox and the gallery doesn’t view properly on the home page itself.

    I will reply with a private communication with admin user signin credentials and website url.

    charlies23
    Participant

    Hi,

    Thank you for the new updates. I begin to like enfold more and more. Now i have a problem what i got stuck with.
    My portfolio items are displaying the the grid view but if i click on any item it can not find it ti display separately.
    http://martongenetics.web-developer.hu/kereso/kukorica-szemeskukorica-fao200-299/
    You can see if you click on the top item. That portfolio item exists but it is not displayed.

    AS an alternative is it possible to make the blog posts listed exactly how the portfolio grid look like? Actually this would help me even more if it is possible. I already have all the items uploaded as post type custom entries but i want to list them exactly as Enfold displays the portfolio grid.

    I am looking forward to your reply!

    #189649

    Sorry, I think I fixed it – I adjusted the max-width:1060 to my laptop width of 1920px, and that appears to keep things consistent.

    Please disregard. :-)

    #189646

    So it seems if I remove the CSS you all had me add to try and fix the header issue in the iPad, the repositioning works fine, or if I make by web browser smaller size/screen, the above css moves the content slider up in the right position.

    As soon as I remove the css below, the content slider margin adjustment works no matter which size I make my browser window.

    Here’s the css that was added and removed:

    @media only screen and (min-width: 768px) and (max-width: 1060px) { #header #header_main_alternate > .container { width: 930px; }
    #header #header_main_alternate > .container { width: 930px; }
    #189641

    I’m at a loss here. This WAS working when I initially added this code to the CSS – I just added the code and it isn’t moving at all. I removed the page-id and it should have a global effect, but it doesn’t seem to be working at all. Any ideas?

    #189621
    jorgepelaez
    Participant

    Hi, how can I change the main menu colors?
    Can you provide with the custom css that I need to add in order to modify background color, font color, hover and active please.
    I’m sure it goes around the #top main something but I rather ask before making a mess with it.

    Thanks in advance.

    Jorge.

    #189616

    in fact, I am having the same issue with the background color on the admin form which is supposed to be clack. when i fix it in firebug or chrome element inspector, it changes colors just fine. when i copy the changed css to the quick sytles, the admin form remains white and i cannot for the life of me figure out why. makes no sense. once again, cleared cache and done all that is necessary. but it will not change. am running s2membership over the top of it, but that should not matter.

    #189611

    Hi,

    I just came across this topic. I made the changes as per your reply.

    Can you please help me with the following:
    1. The featured image on the blog page is now out of alignment – how to align it left?
    2. I want the featured image to show below the post title on the post page (same as on the blog page)
    3. I’d also like to increase the spacing between the featured image and the post title.

    Thanks in advance for your help,
    Brenda

    #189608

    thanks Ismael,
    I tried, but blind in the sub-menu is superimposed on the menu.
    By changing “top: -11px” move together, you have other suggestions?
    Hi!

    #189603

    Hi!

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

     #top .widget_nav_menu .current_page_item > ul { display: none; }

    Best regards,
    Yigit

    #189598

    Hi!

    1) Please copy header.php file to your child themes folder and refer to Peter’s post here https://kriesi.at/support/topic/wpml-flags-of-fixed-menu-with-social-icons-as-dropdown/#post-130278
    2) If you want only menu to be fixed, it has to be moved to the top of the page.
    3) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .bottom_nav_header.social_header #header_main .container { height: 120px; }

    Cheers!
    Yigit

    #189569

    Hi rasskell!

    1) Can you please post a link to a page where the fonts for various logos don’t work. I viewed all subpages but I didn’t notice the issue on any page.

    2) Please post a link to a page where we can reproduce/see the issue.

    3) Please activate the captcha and we’ll investigate the code.

    That said issue 2 + 3 are new for me and afaik no other user reported it. Issue 1 was reported by some users (i.e. https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204 or https://kriesi.at/support/topic/icon-font-are-garbled/ ) but the problem was not related to the theme code. It was a third party plugin conflict or a server configuration issue.

    Regards,
    Peter

    #189566

    Hi mar10nlund!

    1) Use following css code

    
    .responsive #top .mobileMenu {
    background-color: #e2e2e2;
    }
    

    2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field

    
    .responsive #top .mobileMenu {
    background-image: url("htttp://mywebsite.com/image.png");
    }
    

    and instead of htttp://mywebsite.com/image.png insert the url to your image.

    3) Use following code to change the color/size

    
    .responsive #top .mobileMenu {
    color: #fff;
    font-size: 10px;
    }
    

    4) You can use Codestyling http://wordpress.org/plugins/codestyling-localization/ to translate the theme. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Best regards,
    Peter

    #189563

    Hi!

    Please try to reduce the space with:

    
    #top #wrap_all .blog-categories.minor-meta{ margin-right: -2px; } 
    

    Insert the code into the quick css field.

    Cheers!
    Peter

    #189553
    josephnarai
    Participant

    I have an issue with the Fullwidth Masonry Gallery loading for the first time.

    I have 4 galleries with over 50 images in each… I want them to load in a single go (i.e. all images to come up, so I’ve set the # displayed to be 100).

    The issue is the first time a page loads (if you clear your browser cache)… the first lot of images load fine, and then if you scroll down, the images all start loading on top of each other, instead of forming the proper masonry tile…

    If you then refresh the page, the images all load up perfectly…

    You can see the issue at: http://ivankaart.com/galleries/imotion/

    Any ideas on how this can be fixed?

    Thanks,

    Joe

    #189541

    Hi pmatsuda!

    Go to Media > Library, edit an image then add a description. The description will be rendered at the top of the lightbox view.

    Cheers!
    Ismael

    #189529

    Hi!

    If you have not already, make sure your WordPress install has at least 128mb of memory that can be used. Some hosts default it to really low values like 40 but you can change it typically by one of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    If its the same site you referenced in the previous topic then you should try and up it. You only have 64mb available and what might be happening on some occasions at least is the memory limit gets reached from all of the content on the page trying to get processed at once and then WordPress just wipes the data and reloads the page.

    Cheers!
    Devin

    • This reply was modified 12 years, 4 months ago by Devin.
    #189520

    Hi tizmik!

    You can add this on your custom.css or Quick CSS:

    #top .sub_menu>ul>li:hover {
    	background: red;
    	display: block;
    	float: left;
    	height: 30px;
    	padding: 10px 10px;
    	position: relative;
    	top: -11px;
    }
    

    Cheers!
    Ismael

    #189511
    chrisbryant
    Participant

    Hi,

    Have Enfold and would really love to use it. But lack of support for CPTs is an obstacle for me.

    There’s lots of talk about adding support for Custom Post Types on the forum, and some moderators have posted a link to a “how to video”. But unfortunately, the links to videos are DOA (ie: http://vimeo.com/channels/aviathemes/64996057).

    Do you have an updated link to that How To video?

    Kind regards,

    Chris

    PS: If there’s no “how to” solution, is it possible this feature is very close to being officially added by Kriesi?

    Updated: I eventually found this link with a video explaining how to add Custom Post Type Support to Enfold:
    https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/

    • This topic was modified 12 years, 4 months ago by chrisbryant. Reason: Resolved
    #189505

    Hi Pedroluiscarretero!

    Can you please post a link to the website? I have the latest Enfold and the go to top button arrow shows properly.

    Cheers!
    Ismael

    #189475

    Hey!

    That would require to modify the shortcode code, you can try it at your own risk: /config-templatebuilder/avia-shortcodes/buttons.php.

    However, you can also create links with raw HTML with the proper attributes to make it work as you want, for example:

    <div class="avia-button-wrap avia-button-center avia-builder-el-1 el_after_av_blog avia-builder-el-last "><a class="avia-button avia-icon_select-yes avia-color-green avia-size-large avia-position-left" title="Google.com opened at 100%" href="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">Click me</span></a></div>

    https://kriesi.at/support/topic/how-to-use-iframes-with-prettyphoto/

    However, i think
    Cheers!
    Josue

    #189464

    Hi Yigit, thanks for the info but that didn’t work. the url is : http://www.inboxbroker.co.uk/test/

    I am trying to get the content to flow from the top and also have a menu that is centered with the logo above it. do you know how I can do this?

    Thanks

    Dom

    Hey neotemplates!

    Kriesi customized a child theme of Enfold when he recently re-did his site. The individual customizations however are not yet part of the core theme and he has mentioned he would like to keep them custom for now. So for the moment, we aren’t able to assist in providing the same customization.

    Regards,
    Devin

    #189407

    In reply to: icons

    On the Fontello site you can drag and drop in your own custom SVG icons or fonts at the top of the page.

    Also see: https://github.com/fontello/fontello/wiki/How-to-use-custom-images

    #189404

    Hi!

    Please try Peter’s code here https://kriesi.at/support/topic/double-scrollers-in-portfolio/#post-132118

    Regards,
    Yigit

    #189380

    Hi!

    Please add following code to Quick CSS as well

    #av_section_2 { border-top: none; box-shadow: none; }

    Regards,
    Yigit

    #189342

    I tried disabling all plug-ins, and it’s the same ?p=xx

    Maybe it’s not so important issue, but if you’re curious, I’ll post my login details as a private reply, or you can close the thread.

    I’d prefer this thread to be solved: https://kriesi.at/support/topic/trouble-with-contact-form/
    It was closed without a solution.

    #189340

    Hey!

    Sorry i posted the link to the wrong post, please try Peter’s code here https://kriesi.at/support/topic/logo-ginned/#post-164376

    Best regards,
    Yigit

    #189339
    This reply has been marked as private.
Viewing 30 results - 137,071 through 137,100 (of 142,852 total)