Forum Replies Created

Viewing 30 posts - 62,221 through 62,250 (of 66,608 total)
  • Author
    Posts
  • in reply to: Default "portfolio-ajax" didn't work correct #189754

    Hi Torsten!

    I visited the page http://www.auvent.de/portfolio/portfolio-ajax/ and it is working properly. Maybe, you’re confused with the thumbnails. Some of the portfolio items have added preview images and it is showing the same thumbnail when you click it. Anyway, it is working as expected. :)

    Best regards,
    Ismael

    in reply to: Enfold RSS Link and Twitter Account – translate text #189752

    Hi sacden!

    You can locate that on framework > php > class-framework-widgets.php, find the code on line 600:

    $output .= "<a href='$link' class='asc_twitter $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Twitter','avia_framework')."</span></a>";

    You can use Codestyling Localization plugin to translate the strings.

    Regards,
    Ismael

    Hi!

    The margin shouldn’t be that far. Can you please post a link to the website? Please add this on your custom.css or Quick CSS:

    .entry-content-wrapper li {
    margin-left: 0;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Social icon (LinkedIn) to the right on searh icon in header #189748

    Hi Magnus_Norrman!

    What type of header do you have? Please check on Enfold > Header > Header Type. You can manually add the linked in code on header.php but first we need to know the header type you’re currently using.

    <li class="social_bookmarks_linkedin social_icon_4"><a target="_blank" href="http://linkedincom/kriesi" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li>

    Cheers!
    Ismael

    in reply to: Add caption to a Gallery Slideshow #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

    in reply to: Main Menu Enfold Turn Off Separators Between Menu Items #189540

    Hey!

    I tested the code I gave you while viewing your website and it works properly. Please remove browser cache then test it again.

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none !important;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border: none !important;
    }

    You can add a screenshot using imgur, dropbox, mediafire etc.

    Regards,
    Ismael

    Hey jazbird!

    There is no text shadow on the Fullwidth Slider. Can you please give us a link to your website with the slider? A screenshot will help.

    Cheers!
    Ismael

    in reply to: [Resolved] Fontface acting funny #189537

    Hey!

    Please add something like this on style.css:

    @font-face {
    	font-family: 'BebasNeue';
    	src: url(../fonts/BebasNeue.otf);
    	font-weight: bold;
    	font-style: normal;
    }
    
    .iconbox .iconbox_content .iconbox_content_title {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'BebasNeue', sans-serif;
    }

    Make sure that the BebasNeue.otf file is located on a folder called fonts.

    Cheers!
    Ismael

    in reply to: How to place a header above the nested links on a page? #189521

    Hey atrixdave!

    You can use the Custom Menu Widget to replicate the nested links. Go to to Appearance > Menu then create a new menu. Go to Appearance > Widgets then insert the Custom Menu Widget. Add a title.

    Cheers!
    Ismael

    in reply to: change color background Enfold Secondary Menu #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

    in reply to: Post Slider Not Sliding in 2.4.2 and WP 3.7.1 #189519

    Hi!

    You have a lot of plugins installed. A total of 21. Maybe one of them is causing the issue. I tested the Post Slider on my end and it auto rotates after the defined number of seconds. Please deactivate the plugins to find the culprit.

    Best regards,
    Ismael

    in reply to: narrow full-width photo with sidebar menu widget UNDERNEATH #189515

    Hey DaraEmerson!

    You can add the Color Section then define a background image and set the Background Repeat to Stretch to fit. Set the page’s Layout > Sidebar to left “Left Sidebar”. You can’t add a breadcrumbs under the Color Section unless you install a third party plugin like Yeost Breadcrumb.

    Cheers!
    Ismael

    in reply to: Support IE #189514

    Hi!

    Please add this on your custom.css or Quick CSS:

    #header_main {
    background: white;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Show posts as a summary #189510

    Hey!

    This is the answer:

    You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?.

    Regards,
    Ismael

    in reply to: The top page link don't show the arrow #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

    in reply to: Contact form Captcha field garbled text #189504

    Hi michaelhiga!

    It shouldn’t display that way. Can you please post the link to the contact page? Do you have any plugins installed? Please deactivate them then check the contact page again.

    Regards,
    Ismael

    in reply to: How to create portfolio items only with video? #189502

    Hi!

    Edit the portfolio item then add a featured image. At the bottom of the editor, look for “Overwrite Portfolio Link setting” and set it to “Define custom link”. You can add the the youtube or vimeo url. It will open in lightbox.

    Regards,
    Ismael

    in reply to: how do I remove the header from the theme? #189501

    Hey!

    Please post a screenshot of what you’re trying to do. The code provided above should remove the header then move the content upwards. You can also remove the title and breadcrumb container using this:

    .title_container {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold Bildergallery fehlen nach der Installation #189500

    Hi!

    I’m not sure if I understand the problem correctly but have you tried to “Import the dummy data” on Enfold > Theme Options?

    Regards,
    Ismael

    in reply to: Alternate background color is not working #189498

    Hey!

    I can’t login to the website. It says “Authentication Required”. The login credentials you posted is incorrect. Have you tried defining a predefined color scheme on Enfold > Styling? Please post a screenshot of the issue.

    Best regards,
    Ismael

    in reply to: My responsive menu is different than your responsive menu #189495

    Hey steed!

    The theme uses the Open Sans fonts. You can define it on Enfold > Styling > Defines the Font for your body text & Heading Font.

    Regards,
    Ismael

    in reply to: Main Menu Enfold Turn Off Separators Between Menu Items #189493

    Hey bigtime32!

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

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hey jmikhail!

    This should work:

    #footer .widgettitle {
    color: white !important;
    }

    Please post a link to your website.

    Cheers!
    Ismael

    in reply to: shortcodes in sidebar #189487

    Hi lisabarfield!

    You don’t need a plugin to have the shortcode work on the sidebar. Create a button on a test post using the shortcode wand. When you are done, go to Appearance > Widgets. Insert a Text widget then copy the button shortcode.

    [av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='ue908' custom_class='']

    Regards,
    Ismael

    in reply to: How do we set quotation background highlighting #189486

    Hey WarrenHorak!

    You can use this on your custom.css or Quick CSS to change the background color of quoted text:

    .main_color blockquote {
    border-color: #719430;
    }

    Best regards,
    Ismael

    in reply to: Header animation #188244

    Hi Kaperas!

    Edit js > avia.js, find this code:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    Hey Jorge!

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

    .sub_menu {
    left: 100px;
    }
    
    .social_header .phone-info {
    position: absolute;
    right: -130%;
    }

    Cheers!
    Ismael

    in reply to: Small bug report — logo scaling in FF25/OSX #188236

    Hey mayorninja!

    Please add this on your custom.css or Quick CSS:

    .logo img {
    image-rendering: auto;
    }

    Cheers!
    Ismael

    in reply to: Icons not showing after update to 2.4.2 #188235

    Hey!

    Kriesi built the theme on a MAC environment. I’m sure he’ll know of this issue if it exist. I myself can’t check this on an actual IOS device so let’s wait for his response. Anyway, like you said the icons are rendering properly Windows 7 Chrome, Safari and Firefox. On another thread, this is what Kriesi said:

    Hey Monique!
    
    Seems this is an Apache Server configuration problem with font files. I added the following to the htaccess file and it seems to work for me now:
    
    http://pastie.org/8390019
    
    For everyone else encountering this issue please try to do the same :)
    Also for anyone else and my team: this might come in handy when dealing with font problems: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Regards,
    Ismael

    in reply to: Display additional information in blog post grid layout #188233

    Hi inboxgroup!

    This is beyond of what we can do as a support team. Sorry but you need to hire a freelance developer to add the features for you. You can visit http://werkpress.com/ and hire someone there.

    Best regards,
    Ismael

Viewing 30 posts - 62,221 through 62,250 (of 66,608 total)