Viewing 30 results - 141,421 through 141,450 (of 142,586 total)
  • Author
    Search Results
  • #126527

    In reply to: TWO EMAIL ADDRESSES

    Separate the email adresses at the top of the contact form with a comma, like this:

    (Email address hidden if logged out) , (Email address hidden if logged out)

    Hi dekkert,

    No not at the moment but I’ll add the idea to the feature request topic.

    Regards,

    Devin

    #126433

    Hi AndyGadge,

    For #1, that page was created using the Advanced Layout Editor and the blog elements inside layout elements. So there is no need to modify any code to get that layout (or *any* layout done in the demo as its all created using the theme options).

    2) Yes, there are some issues with cyrillic support but I don’t have experience with them off hand. I’ve tagged the topic for another of the support crew who does and should be able to offer some additional help.

    3) No, not at the moment as far as I know.

    Regards,

    Devin

    #126163

    Hi unitedwc,

    I’ll tag the topic for Kriesi to take a look at as its ultimately up to him to add in support for other third party plugins.

    Regards,

    Devin

    #125820

    In reply to: Enfold custom.css

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

    #126377

    Hi Andy,

    I’m not sure why the topic was closed early but for step 2, you just put that immediately after the get_author line in step one.

    The issue however is that we really can’t give step by step walk through directions for stuff like that and offer support on those new customizations. We’ll sometimes go as far as Ismael did and give a rough basic walk-through but it depends on current queue length and if we happen to have a good idea on how to accomplish it off hand.

    Otherwise we would be supporting an infinite amount of customizations beyond the basic theme.

    So if the directions above don’t really make sense for you I would recommend looking into a freelance developer or digging in deeper to basic php structure and its output. I’m not even really sure if the above will get you 100% of the way there but it is a good start in just replacing the gravatar variable with the data variable.

    Regards,

    Devin

    #126202

    Hi, thanks for answer. Look at it http://www.pakietyedukacyjne.pl/, the button stop is changed to png #top .ls-nav-stop::before{

    content: url(http://pakietyedukacyjne/wp-content/themes/enfold/images/layout/dalej.png);} Opera see something but “blink” (something like bad hover or transition effect, when I put content url to hover – it duplicate image) IE and Firefox show empty area, Chrome – broken image icon. When You look at Enfold theme in IE You should see black squares instead of stop-start icons, side navi is not visible at all. Maybe is another way to set this navigation under IE, for example: the visibility of side buttons will be good solution for me. Regards. Krzysztof G.

    Hi,

    http://wordpress.org/plugins/bwp-minify/ is usually what adds the question marks to static resources. There is an option in the panel for that plugin to stop doing that. If you are using jetpack, it is notorious for adding and removing lots of things. It is not done by the theme or wordpress, so one of your plugins is doing it.

    There is also an option in the above plugin as to whether you want to enqueue the javascript at the start or at the end. The only things that really should be in the front is the main jquery.js and avia.js . The rest of javascript all can go in the back.

    Thanks,

    Nick

    #126026

    Hi Peter,

    first, thanks for all the great help from all of you. :)

    Second, the border top css did work, but somehow it appears a little shadow with 3px width at this place when I add the border. How can I fix this?

    Thanks & best regard,

    Martin

    #123705

    In reply to: Header Font Wieght

    Try to add a !important tag like:

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-weight: bold !important;
    }

    Btw – the font weight “heavy” doesn’t exist – see: http://www.w3schools.com/cssref/pr_font_weight.asp

    Hey!

    Unfortunately this is currently not possible because of a bug in the wordpress core: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios – probably WP3.7 will fix it.

    Regards,

    Peter

    the solution for me now is:

    I removed everything after

    echo "<div class='entry-content clearfix main_color {$post_format}-content'>";

    until

    echo '</span>';
    echo '</span>';

    So now there is no meta on top of the post – this looks OK – I would like to include the meta, but only inside the “container_wrap” DIV.

    Thanks for your help and hopefully your patch will make it into the next release.

    Cheers,

    Detlef

    #125757

    Hi Devin,

    Thanks for the help. I have updated the theme, and now the HTML issue is fixed. I have done some experimenting on a test page: http://www.pctuneupcenter.com/test_page/ to try and work out how to implement an alternative to Tablepress. Things aren’t as easy as I had hoped…

    The table on the bottom of the test page renders fine on my laptop, but isn’t displayed properly on my smart-phone. [It’s broken into one continuous column]. How can I make the table display properly on a small screen like on my smart-phone? Is this possible?

    Cheers.

    James

    #126025

    Hi!

    1) Yes

    2) Try following css code

    .title_container {
    border-top: 3px solid #fff;
    }

    Best regards,

    Peter

    #126428

    In reply to: Translation of Enfold

    Hi,

    You need to use WPML plugin.

    Refer to this link: http://wpml.org/documentation/

    And a heads up tip: https://kriesi.at/support/topic/callout-translation-wpml#post-77814

    Regards,

    Ismael

    #126492

    Hi,

    You’re slider is not loading even on desktop. Please recreate the slider from scratch. Download Enfold 1.7 on your themeforest account. Override the theme files via FTP.

    Regards,

    Ismael

    #126292

    In reply to: button in menu

    Hi,

    What type of header do you have?

    I tested this on using header with bottom navigation. Edit header.php, find this code

    <?php do_action('ava_main_header'); ?>

    <div class='container'>

    Add the avia_button code below, something like this

    <a href="http://www.google.com" class="menu-button-header avia-button avia-icon_select-yes avia-color-theme-color avia-size-small" target="_blank"><span class="avia_button_icon avia-font-entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a>

    Add this on your custom.css or Quick CSS

    .menu-button-header {
    position: absolute;
    left: 300px;
    top: 62px;
    }

    Adjust the left and top position, depends on the number of menu.

    Regards,

    Ismael

    #25322
    peymangg
    Participant

    I am using the latest version of WordPress and the latest version of Enfold theme. I have deleted and reinstalled from scratch several times and continue to get the same error.

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/61/8377861/tmp/sess_pr028k1fv4ug118u4hullql9p5, O_RDWR) failed: No such file or directory (2) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    There were closed topics with similar issues and it was advised to contact my hoster to check the server configuration (session data folder is writable & exists, etc.). I contacted my domain host which is godaddy and they ran some tests and said its something on my end with compatibility issues…

    What should I do??

    #126488

    Hi,

    Please add this on your custom.css or Quick CSS

    .tribe-events-month-nav select {
    float: left !important;
    margin-left: 50px !important;
    clear: none !important;
    }

    .tribe-events-next-month {
    position: absolute;
    left: 270px;
    top: 5px;
    }

    .tribe-events-prev-month {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    }

    Regards,

    Ismael

    #126126

    I think I know whta the proble might be.

    Problem only exists in Firefox. Chrome is OK

    I was given a piece of code a while back to fix the problem with full width blog.

    The core files restrict the width to only 600px, so i was given this:

    #top .fullsize .template-blog .post .entry-content, #top .fullsize .template-blog .post .entry-content>* {max-width: 100%;}

    Now, that archive full screen is buggered, showing thumbnails size 495×400 for when 3 in a row.

    But if i use a sidebar, it works well. and it is only bad in firefox, chrome is fine.

    #123815

    Hi,

    Use this on your child theme’s style.css

    @font-face {
    font-family:"Free Sans";
    src: url(font/FreeSans.eot) format("eot"),
    url(font/FreeSans.woff) format("woff"),
    url(font/FreeSans.ttf) format("truetype"),
    url(font/FreeSans.svg#FreeSans) format("svg");
    font-weight:normal;
    font-style:normal;
    }

    Call the font, using this

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family:"Free Sans";
    }

    Regards,

    Ismael

    #126396

    Hi,

    Adding social media icons is a bit complicated right now. Kriesi will add the capability to modify icons on the next update.

    For the meantime, please follow this link. Go to Nick’s instruction:

    https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

    #125319

    Hi,

    Ok I got you. Here is the css code, please add it to /css/custom.css OR to quick css located in Enfold > Layout Styling.

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #6640FF;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }

    It has a shadow. If you dont want the shadow, you can take out the 3 lines in the middle of what i gave you above that contain the word ‘shadow’ in them. The curve will not be seen in older browsers (ie8 i think and below and 25% of visitors have that browser). To make curves visible to ie8, you need to use 4 transparent images of curves,

    Here is another way to do this that creates a cool looking panel with a 3d effect and curved corners. take the previous one out and add this

    http://www.clipular.com/c?8148149=gdtT_1yP35oTh4-qyi2Hxq7S33M&f=.png

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.0);
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border: 2px solid #6640FF;
    /*border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    }
    .flex_column:before {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    top: 0%;
    content: "";
    box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
    }
    .flex_column:after {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }

    Thanks,

    Nick

    #126291

    In reply to: button in menu

    Hi Devin, you wouldn’t happen to be able to help with this would you? In mobile devices it doesn’t have to show as button it can be included in drop down just want the button there for desktop menu.

    Thanks much,

    Chris

    #25315
    Imageco
    Participant

    Sliders load correctly on desktop but not on mobile, what do I need to do to resolve this?

    http://electriciankc.10ens.com/

    Thank you!

    #25313
    tiperry
    Participant

    My website is located at:

    http://www.bmicharter.org/events

    I can’t figure out why the calendar menu dropdowns extend into the header, rather than sit flat on top of the calendar grid view.

    Can you assist?

    I’ve tried to search and find other people having this issue, and I’m not sure what’s causing this.

    #25311
    alouettephoto
    Participant

    I downloaded the installable wordpress theme with the new update (1.7, i am using 1.2) and then go to themes > upload > select the .zip file. It doesnt upload. It always say “Are you sure you want to do this?. Please try again.”

    Another problems: It says the Jquery Library is old (version 1.6.4) but it used to work. I downloaded the Jquery Updater as recommended and it’s still the same. It says “LayerSlider: old jQuery issue”. Not only the image slider dont show up, the post sliders dont show up either.

    Last problem: The Enfold Combo Widget started to look funny. The popular tab is on top and the recent and tag tabs are bellow the widget.

    My new proyect has been on hold because of this :( Please help.

    Hi Martin,

    No not at the moment. I’ve added the request to the Feature Request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/4?replies=99#post-120596

    There could be a way to do it with some custom css on a specific testimonial set up but it would be unique to the implementation and we would need to see it live to see if its doable.

    Regards,

    Devin

    #122493

    In reply to: IE8 image distortions

    Hi, content of blog thumbnails looks perfect now. I add also: .big-preview img {width: 100%;height: 100%;} cause in some places pictures was out of proportions, and this: #top .news-thumb img {width: 100%;height: 100%;} improve appearance of small thumbs in sidebar. Thanks for help and good suggestions. Maybe it’s not bad idea to gather css quick solutions for IE, and conditional style to header.php. Best regards.

    #126124

    Hi J,

    The theme’s grid is set up to make the blog-grid layout alternate between 1 full width and 2 half width blog posts in the blog grid layout. See: http://kriesi.at/themes/enfold/blog/blog-grid/

    So on your phone (s3) you’ll actually get 2 columns at 205px wide since the screen width is 720px. This is equivalent to the column size for the blog grid on desktop screens when using 3 columns and a sidebar as the demo does.

    Regards,

    Devin

Viewing 30 results - 141,421 through 141,450 (of 142,586 total)