Viewing 30 results - 140,431 through 140,460 (of 142,835 total)
  • Author
    Search Results
  • #134404

    Hi,

    Please try this:

    #top div .avia-gallery img {
    max-height: 100%;
    }

    Regards,

    Ismael

    #134989

    In reply to: Custom menu widget

    Hi,

    1.) Add this on your custom.css or Quick CSS

    #top .widget_nav_menu ul ul li:before {
    content: "";
    }

    To remove the indent, use this:

    #top .sidebar_left .widget_nav_menu .sub-menu {
    padding-right: 0;
    }

    2.) The menus are already aligned to the right.

    3.) I’m sorry but I don’t understand clearly. Please give us a screenshot.

    Regards,

    Ismael

    #27810
    ableart
    Participant

    Hi. I am getting a 403 Forbidden message at the top of my website. Do you know what may be causing this?

    http://jaksa.com.au/jaksasite/

    #134332

    Hi bevlogenverf,

    You can change the width at which the menu switches to the responsive menu by changing the number in this code in your js>avia.js file:

    //
    // responsive menu function
    //
    
    function avia_responsive_menu()
    {
    var win = $(window), header = $('.responsive #header');
    
    if(!header.length) return;
    
    var menu 			  = header.find('.main_menu ul:eq(0)'),
    first_level_items = menu.find('>li').length,
    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    switchWidth 	  = 767;

    Then add this to your Quick CSS to change the menu to hide at the new larger width:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
    display: none;
    }
    }

    And then this to now show the button if you are using that menu style:

    
    @media only screen and (max-width: 767px){
    .mobile_active #advanced_menu_toggle {
    display: block;
    }
    }

    Regards,

    Devin

    #134086

    solved (at last)

    For if it can be helpful to other guys..

    1) page with template “blank page”, no header, no footer, no sidebar

    2) add plugins “background manager” to set the background color of the page X color specifically

    3) put on page one colored-section and there all the elements we want.

    In color-section set the background color, X.

    4) enfold styling put in “alternate content” all colors as transparent (not define) minus the border color in which you have to put X.

    5) Modify the css for the elements with the colors you want.

    Et c’est fini: http://www.escalamas.com

    Best regards.

    Xavier.

    #134502

    your code above still makes the anim and gallery order runs backwards :-( It does however break the text alignment under the image which was the whole support issue in the first stage ! 2steps 1 back sniff

    And its not a paranormal site – just old real world stuff:-p

    edit:

    .avia-gallery-thumb { margin: 0 auto; width: 591px; }
    #top div .avia-gallery img { width: 100%; float: right;}
    #top .avia-gallery .avia-gallery-thumb a {float: left;}
    #top div .avia-gallery { text-align: center; }

    This code works.. and adding the footer in fixes the alignment text

    #134538

    Glad that it working for you. As I said in the email if you want to upgrade to 3.6 and have me take a look then I can.

    I’m going to close this topic for now as I’ve gotten a couple of extra emails with all of them coming from different various issues.

    If anyone else has trouble with 3.6 just make a new topic with a link to your site and details of the issues :)

    Regards,

    Devin

    #134834

    Hi Devin

    WP 3.6 – everything is up to date.

    The theme is the most recent with all updates.

    The mountain image is uploaded within a colour section ith the following settings in the colour section:

    Img Pos: Top Left

    Rpt: Stretch To Fit

    Bck Att: Fixed

    Padding: Default

    Shadow: No

    Hope this helps?.

    On my laptop, it works fine in Chrome and FF – just problems with iPad, iPhone and Safari Version 5.1.9

    Many thanks, an a big thankyou to the team for the top notch support, I am delighted with the theme.

    Gary

    #135367

    Hi,

    Please open up /js/avia.js and go to line 85 which looks like

    switchWidth 	  = 767;

    and change it to look like

    switchWidth 	  = 989;

    Thanks,

    Nick

    #27720
    gregdickson
    Participant

    I’ve been having issue today using the styling section in theme options. Whatever I changed it wouldn’t update.

    Permissions were correct

    Changed wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), $ver, 'screen' ); from 1 to $ver as suggested in this post https://kriesi.at/support/topic/how-to-remove-the-get-parameters-from-jscss-files-eg-enfoldcssver1

    Still nothing changed then I changed the number in the following code and the next set of changes started to display.

    {
    $avia_upload_dir = wp_upload_dir();

    $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
    wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
    wp_enqueue_style( 'avia-dynamic');
    }

    Not sure whats going on but it took me a age to sort it out so it may help others.

    Cheers

    Greg

    #135212

    In reply to: Database plugin?

    Hi baliretreat

    None that I know of. The list of recommended plugins is in this topic here: https://kriesi.at/support/topic/useful-plugins

    Regards,

    Devin

    #134860

    This does allow both the title and another link in the post content to link to the same URL, but the first instance of the URL at the top of the content is now printed out at the top of the post content on the front end.

    If I add css to make just that first instance “display:none;” then the function “avia_link_content_filter” replaces the post title with the text of the second instance of the link.

    Is there a way to alter the function “avia_link_content_filter,” to replace only the first instance of the first URL in the content with ” “, while leaving the post title alone (so the post title stays as set in the post editor)?

    Since the function “avia_link_content_filter” is pluggable, I would like to copy it to my Child Theme’s function.php and alter it there.

    Thank you!

    #27788
    pmconsulting
    Participant

    I seem to loose my top menu between widths of 768px and 989px. In layout.css there is a media query for that range with this line:

    .responsive .mobile_menu_tablet .main_menu{display: none;}

    I’m assuming that’s what removes the menu(s), but there doesn’t seem to be any line to make a menu visible.

    Any suggestions?

    #134736

    In reply to: Cart/Account widget

    Hi Devin,

    Thanks for the answer.

    The oages are indeed created by WooCommerce.

    For now I installed the bbp login widget to use in a sidebar position.

    That works.

    And i created a menu as seconb menu, that is displayed now at the top of my page.

    Seems to be enough for me, now.

    Thanks again,

    Jan

    #27785
    cyrusis
    Participant

    Hey guys,

    If you follow the link: http://www.moonrise.ca/portfolio-2/

    I’m having a problem with the Ajax Image previewer, it seems to glitch out. For example, when I open a picture and it expands, the top arrows that flip through the different portfolios stops working after one click. Same with the close preview button, stops working after browsing for a bit. Seems glitchy.

    Second, I’d love to know the code to adjust the header height. I played with a few things and managed to adjust other features on the header, but the actual height.

    Any insight would be amazing!

    Thanks!

    #134536

    Please create an admin account for me and I’ll log in and take a look.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    #135164

    this didn’t help for my laptop. Which actually works fine in IE, but not Chrome or Firefox. (the header is fixed on all browsers, but it doesn’t adjust in size/shrinks) when you scroll down.

    Had no time to test on iPad. I switched to a non fixed header. I think a non fixed header is better now.

    The fixed one worked differently in different browsers on different machines. I might try again after a theme update.

    Thanks for your support.

    My website is not live yet, working on it.

    #133861

    Hi rhinocorp,

    I’m not sure how the confusion happened but we aren’t support for Contact Form 7. Customization for third party plugins needs to be handled by that plugin author.

    In this specific instance we would usually be able to assist anyhow but that table doesn’t have any css selectors to modify the width on the tables.

    The pagination question is not doable as far as I know. The mobile version of the site is the same code as the desktop except it has the css adjusted to display better on mobile devices.

    You should definitely update the theme so that you are also able to update to WordPress 3.6 since most plugins are now getting updates for it as well and being no different versions can start to cause compatibility issues as well as make it hard to give support since file contents may be different as you’ve already noticed.

    Regards,

    Devin

    #134930

    Hi Christophe,

    Just an fyi how the support forums work on here: we answer every single topic that gets posted unless the user finds a solution before we can respond. Typically we respond within 24 hours.

    So there is no need to post in multiple places on the same issue.

    For your issue, we’ll need to see your site live. First however, go to your WordPress Settings>Permalinks and try changing them to default. Then check to see if pagination works.

    You can then also try the troubleshooting tips in the codex here : http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Regards,

    Devin

    #135201

    Hi JTV Digital,

    Please do not re-post duplicate questions to the forums. We answer every single topic that gets posted and duplicate questions just makes it harder for us to answer and to search.

    Regards,

    Devin

    #135200

    Hi,

    You are using an old version of the theme and need to update in order to correct that issue. Please login to themeforest.net using the account you purchased the theme with to download the latest update version. Please be aware that the update will overwrite *every theme file* , so if you modified any of the php files or added something to /css/custom.css then you will need to make a backup first.

    To correctly install the update you will need to unzip the update folder to your home computer to find a second zip folder located within the first. Unzip to a different folder on your desktop. You will need to use FTP to connect to your server so make sure you have the correct credentials which are differnt from WordPress. Ask your host.

    Procedure

    1) Logout from WordPress

    2) Login using FTP (filezilla is a good free ftp program to use -> https://filezilla-project.org/download.php )

    3) Using ftp upload the update so that every file gets overwritten in the /wp-content/themes/enfold/ folder.

    4) Log back into wordpress admin.

    Here is a good video that goes over these steps in greater detail from Devin ( https://vimeo.com/64927356 )

    Thanks,

    Nick

    #135313

    Ok, Ive found that:

    .widgettitle {

    text-transform:capitalize;

    }

    Works to stop the titles from being all uppercase. Is there an easy way of changing these to ‘special headings’ with a HR next to the text?

    I’ve decided against changing them to H4 and will just try to make them look the same as my H4 ‘special headings’ instead.

    #134994

    In reply to: Iconbox

    You can go to fontello.com since they have another thousand and a half icons there first and see if any of them do a better job fitting with your site. you can remove it using this css (iconbox icon on top)

    please add this to your css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) >:Layout Styling … the text area on bottom.

    .iconbox .iconbox_icon {
    display: none;
    }

    Thanks,

    Nick

    #134501

    Hi,

    Actually the code I provided was this, which looks a bit different than what you pasted.

    .avia-gallery-thumb {
    margin: 0 auto;
    width: 591px;
    }

    #top div .avia-gallery img {
    width: 100%;
    float: left;
    }
    #top .avia-gallery .avia-gallery-thumb a {
    float: right;
    }

    Please check whichever thread that was on since there was more. If you implemented what you pasted above instead what you see here, then perhaps that can be the cause of the problem. Though I think the problem actually is that i am sending the link to the right while sending the image that is wrapped by that link to the left.

    Your requirements were so stringent that without some serious time investment , this was the best i could come up with.

    Maybe it goes with the paranormal theme of the site that everything runs backwards?

    Thanks,

    Nick

    #134929

    Hi,

    Pagination seems to be broken on the blog grid page. I disabled all plugins but the issue persists.

    I get 404 errors.

    Do you have any other solutions I might try?

    Thanks in advance.

    Regards,

    Christophe.

    #134085

    Hi Ismael,

    Here you go:

    http://imageshack.us/photo/my-images/826/10gw.png/

    I would like to have only the central section (preferable) or gray lines disappear (if no other option).

    Thank you very much, take that last point quality without your help it impossible.

    Xavier.

    #27760

    Topic: Hyperlink to PDF Issue

    in forum Enfold
    siobhan13
    Participant

    Hello,

    For the last few weeks, there have been inconsistencies with PDF ‘downloads’ on my site. I have a number of places where hyperlinks are embedded into images, these are working and can be clicked to open up a PDF in a new tab.

    But where hyperlinks are used with anchor text, the links aren’t working…

    For example, in this blog post, the text ‘in this article’ and ‘read more’ should link to a PDF – http://etool.net.au/eblog/etool-team/the-secret-to-solar-pv-versus-solar-thermal/ (not working)

    On this page, the first box image links to a PDF http://etool.net.au/residential/architect-designers/ (currently working)

    I’ve been tracking my ‘Top Events’ in Google Analytics and over the last few weeks there haven’t been any downloads at all – whereas normally there is around 20.

    How can I fix this issue?

    Thanks, Siobhan

    #134986

    Thanks Ismael. I’ll give it a try.

    EDIT: Doesn’t work for me. I’ll explain what I need:

    Currently almost all pictures have the option to open when clicking on them. Most of the pictures (like an image on top of a blog post) don’t need that option. I just want to be able to show an image with no fancy options.

    I don’t want to disable the whole plugin since I will use it in galleries and other specific pages.

    Thanks.

    #134475

    Hi Ismeal,

    Thank you for your reply.

    Here’s the bbPress page: http://www.rocketscream.com/blog/forums/

    It will also appear in subsequent sub-category like: http://www.rocketscream.com/blog/forums/forum/general/

    or even on a topic like this: http://www.rocketscream.com/blog/forums/topic/forum-is-up/

    #27749

    Topic: Custom Widget Area?

    in forum Enfold
    American Patriot
    Participant

    How do you use the custom widget area to add a new widget? I entered a descriptive name and clicked on Add Widget Area and placed a widget in it but nothing happened. I looked to see if there was a video on how to use it but there isn’t.

    When you stop laughing can you help a guy out? ;-)

    Thanks!

Viewing 30 results - 140,431 through 140,460 (of 142,835 total)