Forum Replies Created

Viewing 30 posts - 7,321 through 7,350 (of 8,514 total)
  • Author
    Posts
  • in reply to: Shortcode button in Menu #129851

    Hi DribbleCreative,

    You can target an individual button by its ID and then style it using CSS but no, not with a shortcode through the wordpress backend.

    Regards,

    Devin

    in reply to: Quform not working #128773

    Hi Mika,

    I just noticed you aren’t using the most recent version of Enfold with the last round of bug fixes. Please update to 1.7.1 by re-downloading the theme files and then installing the update just like you first installed.

    For a how to view this video: https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    in reply to: HOW TO – CHANGE CSS STYLE PER PAGE #129555

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Contact form not sending full information. #129750

    Hi Torlock,

    What field is missing? How do the rest of the fields come on?

    Regards,

    Devin

    in reply to: Import Dummy Data Issue #129527

    Hi DigitalMedia,

    Unfortunately I’m not sure what could cause the import not to work. Its just xml data saved down to allow for easy import.

    If you have any plugins or drop ins installed you can try disabling them and importing again as well as making your wp-contents folder has the appropriate chmod permissions: http://codex.wordpress.org/Changing_File_Permissions

    Regards,

    Devin

    in reply to: lightbox not working anymore #129774

    Hi abortolotti,

    It looks like there is an error with whatever widget or plugin is pulling in the offerchat.com javascript which is causing the lightbox code not to run.

    Regards,

    Devin

    in reply to: 1.7.1 Upgrade Tab Style Issue #129637

    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 :)

    in reply to: change logo and main menu #129652

    Hi andi,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .logo.bg-logo {
    float: right;
    right: 0;
    left: auto;
    }
    #top .main_menu {
    left: 0;
    }
    #advanced_menu_toggle {
    left: 0;
    }

    Just as an aside our queue system goes by oldest posted topic to newest so self bumps or self replies just put the topic to the end of our queue which just about never goes beyond 24 hours response.

    Regards,

    Devin

    in reply to: Avia Framework messes up layout #129684

    Hi dm-consulting,

    Can we see the site and page live? From that bit of information I’m not really sure what could be causing something like that. I’ve not run across it at this point.

    When you created the page, how did you create it? In the regular visual editor, the text tab, the advanced layer slider? Any other information on how we can re-create the issue will help.

    Regards,

    Devin

    in reply to: Enfold > Theme Options > Header > Social Icon #127314

    You can include a secondary option for retina with something from: http://css-tricks.com/snippets/css/retina-display-media-query/

    I’ve edited your previous posts and will mark this resolved for now. The css tricks retina trick is basically just duplicating what you have now for the background image except you will use a higher res image and it will only take effect on retina.

    eg:

    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    #top .social_bookmarks_tumblr a {
    background: url(.......uploads/custom/apple-retina.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a:hover {
    color:#fff;
    background: url(........uploads/custom/apple-hover-retina.png) no-repeat center;
    }
    }

    in reply to: customizing search result page #129660

    Hi apovic53,

    You’ll need to modify the search.php file in the theme files and the loop-search.php file in the includes folder of the theme files. You can then remove the secondary content after the search.

    To remove the dates on the search page you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .search-results .post-meta-infos {
    display: none;
    }

    Regards,

    Devin

    in reply to: body background color cannot be changed #129667

    Hi hojoon.

    I’m seeing the background as #111111 right now, is that not correct?

    Regards,

    Devin

    Glad Dude could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: child theme modifying #129641

    Hi stingray2009,

    If you’ll be modifying the framework files its best to do it on the parent theme. Otherwise you need to duplicate the function that includes the file so that it replaces the one in the parent and then include it in the child. Either way you’ll always have to update that file manually whenever there is a theme update since it doesn’t build on top of the parent.

    Regards,

    Devin

    in reply to: Laggy fullscreen slider #128824

    I get the issue as well in most circumstances but its isn’t necessarily something that is “fixable”. Different browsers just render content differently and depending on the page layout (fullscreen slider, big images etc) there may or may not be some jitter with how its rendering the big fixed image backgrounds.

    in reply to: left Side bar excess free space #126660

    I don’t think any of us actually have that specific device to test on but generally things are only tested on device specific widths. IE, using something like http://www.responsinator.com/ and what devices are available.

    Keep in mind that *you* have control over how the slideshow responds to device widths so you can change the settings for the container in the Global Settings for the slideshow (when editing a slider) if its cutting off something you want to show.

    Also, the positioning of the individual elements within your slider can determine how it responds. So saying something should be 50% from the right is different than 200px from the right.

    in reply to: Hide Blog Date #129537

    Hi Casper,

    You can set the blog via the main theme option drop down or you can set your blog by creating a new page and adding a Blog element to it from the Advanced Layout Editor. Then just add the custom created page to your nav menu so that its set as your “blog” or “news” page since it acts as the same way now.

    Regards,

    Devin

    in reply to: change background color for top heading section #129386

    Hi Dayna,,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #header_meta {
    background: #333;
    }

    Change the color code to whatever color you want it to be.

    @ Crippy – To change its opacity, you would just use a RGBA color instead and have the transparency to whatever you wanted. See: http://www.css3.info/preview/rgba/

    Regards,

    Devin

    in reply to: MediaElement.js issue #129037

    Hi jasonmwestbrook,

    Try checking with the plugin author since the script has been disabled and shouldn’t be causing any conflict now. Without really knowing the plugin or how it is coded anything from us would be blind guesses.

    Regards,

    Devin

    in reply to: Content Element Blog Post #128965

    Hi progenki,

    How did you register your custom post type taxonomy? If it was with a plugin it may need to be written as a function though I’ve not dug into custom post types too much with the blog displays.

    Regards,

    Devin

    I think Nick misunderstood what you were trying to do. The image file route is your best bet to have simple images that can be used with a social plugin that allows you to choose the images for the buttons.

    The issue you’ll run into is that css doesn’t exactly translate to something like photoshop or gimp. The css will give you hints but the actual effects will just need to be re-created by eye.

    Hi designprime

    For #1, you can use http://goo.gl/ and then delete the url when you want it no longer accessible.

    3) Not at this time but its something that we are working on for a future release.

    Regards,

    Devin

    in reply to: Custom Logo for Specific Page #129429

    Hi thedeancorp,

    The only thing I can think of outside of creating an alternate header.php file to load into the page just for the logo would be to use jquery to switch the image on page load. There will be a split second delay since it has to load after the window is loaded but not sure what else.

    See this codepen: http://codepen.io/DevinVinson/pen/mvoDk

    The javascript would be added to your js>avia.js file just above the document ready function start. You will also need to change the .logo a img to the direct location of your logo which will be more like:

    .page-id-115 #wrap_all #header #header_main .container .logo img

    Regards,

    Devin

    Hi soulfabrics,

    That is actually a pretty tall order. The theme uses media queries at a few different pixel widths to change the css for certain elements. What you would need to do is add the margin: 0, padding: 0 declarations to the needed selectors for each responsive adjustment with new media queries.

    You can see an example in the custom.css file where we’ve added the basics for tablets, desktop and mobile.

    So for each case where you don’t like the margin, you would adjust the margin or padding or container for large desktop size, regular view, tablets, mobile and possible small mobile (under 350 or so pixel width) depending on how the margins are inherited.

    If you aren’t comfortable with that level of css customization I would recommend looking into a freelance developer and having all the changes added to a child theme style or at the very least the custom.css file.

    Regards,

    Devin

    in reply to: Make Content Elements appear in the LayerSlider WP? #129414

    Hi Valdimarsson,

    Edit: See Ismael’s post below.

    For the second issue it would help to see the page live so that the css doesn’t cause issues with other elements on the page.

    Regards,

    Devin

    in reply to: Add link to icon font short code #125670

    Hi enester1,

    Do you have a live example we can take a look at? It shouldn’t default as far as I know but there could be a nested case where it does but inspecting the code will let us see either way.

    Regards,

    Devin

    in reply to: Advanced Layout Builder Drag and Drop not working #129699

    Hi Spen,

    Have you tried disabling all other running plugins and drop ins? There could be a conflict with an admin loaded javascript file or something like that.

    Is the server available to a point where we could log in and take a look to see if there are any errors we can see with dev tools?

    Regards,

    Devin

    in reply to: 1.7.1 Upgrade Tab Style Issue #129635

    If we can take a look at the page and implementation live we can assist with the css.

    in reply to: theme options export settings #129574

    Hi mlando,

    Not at the moment no. Its one of the very requested features for the theme so hopefully some time in the future with an update.

    For now, you would need to export the database to get all the theme options and then load in that database.

    Regards,

    Devin

    in reply to: Enfold Woocommerce Cart Widget #129443

    Hi awp23,

    If we can see the site live we can assist with a css fix. That way we can inspect the code to get the proper selectors and everything.

    Regards,

    Devin

Viewing 30 posts - 7,321 through 7,350 (of 8,514 total)