Viewing 30 results - 138,361 through 138,390 (of 141,768 total)
  • Author
    Search Results
  • Presumebox
    Participant

    Hello:
    I bought the theme enfold and I would like to know how to include in the top of the header of all pages a section “login – register” thanks
    Greetings and congratulations for your work
    Carlos

    #163535

    In reply to: Theme update

    #163529

    Hi,

    Has this fix for showing a Youtube icon stopped working now? I have just updated to the lastest version of Enfold version 2.2 and am now getting an error:-

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php on line 1049

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27 – See more at: http://wp01.techfolio.me/services/straightening/permanent-straightening/#sthash.nkJ5zSFY.67ArxtN0.dpuf

    thanks for your help,

    Jake

    #163522

    Hello!

    You can request that feature in here https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Yigit

    #163514
    DavyE
    Participant

    Hi, the following is kind of difficult to explain, so let’s hope I succeed in doing so. What I basically need to do is automatically show certain content felds on my portfolio pages. For example:

    I have hundreds of customers which I added in the portfolio section. I’ve added the whole list of customer logo’s on a page. When visitors click on a customer logo to see the customer details page, they get details such as a quote, pictures, downloadable pdf files, and so on. This information is added through the Avia Layout Builder.

    BUT, above the content of the Avia Layout Builder, I want to automatically show the following elements, because most customer detail pages will consist ONLY this info and it’s therefore a big timesaver to make this happen automatically:
    – Show the customer logo (featured image)
    – Show the customer name (page title)
    – Show the customer country (assigned category)
    – Show the customer website link (custom field added with Simple Fields plugin)

    On top of that, I’d like to be able to layout it somewhat so that the logo is placed to the left of the title+country+website. I’ve already tried adding some php in the single-portfolio.php file, but my PHP knowledge is very limited and I keep getting errors.

    To call for the correct fields, I think it’s something like:
    – Featured image: the_post_thumbnail( );
    – Page title: the_title( );
    – Assigned category: get_the_term_list( get_the_ID() )
    – Simple Fields custom field: $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);

    Below is an example of the code I’ve put together, which still has an error and seems to replace any content inside the Avia Layout Builder, but as I explained it’s supposed to just show above it.

    <?php 
    echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>";
    if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
    the_post_thumbnail( );
    } 
    echo "</div>";
    the_title( '<h3>', '</h3><p>' ); 
    			   
    echo strip_tags (
    get_the_term_list( get_the_ID(), 'customers_entries' )
    );
    $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);
    echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>";
    ?>

    Any advice is greatly appreciated.
    Thanks in advance!

    #163502

    Because of the previous part:

    echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>";
    if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
    the_post_thumbnail( );
    } 

    the_post_thumbnail is put in between a div. Atm the div has inline styling, but that’s just temporary. PHP is definitely not my specialty. That piece of code is only 10 rules or so and there is already some error. I’ve just checked the log and even on the “good link” there is an error. Guess I’ll have to find a better way to achieve this.

    I can look on the internet, BUT my new question depends on the theme, so I’ll ask that here. Maybe better in a new topic?

    • This reply was modified 11 years, 9 months ago by DavyE.
    #163501

    Hello freeHat!

    Yes, afaik isotope is only used for the portfolio function in avia.js ($.fn.avia_iso_sort) and the ajax portfolio ($.fn.avia_portfolio_preview in shortcodes.js)

    Regards,
    Peter

    #163491

    Glad we could help. You just need to close the initial topic, but don’t worry i’ll do it for you :)

    Regards,
    Josue

    #163462

    Hey!

    Please insert following code into the quick css field to fix the issue

    
    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-family: 'entypo-fontello' !important;
    }
    

    Regards,
    Peter

    #163452

    Hi!

    Tbh I’m also not familiar with Google analytics and I’m not sure what’s the best way to track events. However this thread: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/ may help you.

    Cheers!
    Peter

    #163430

    Hi!

    Yes, it seems like you can’t use the auto update feature because your server can’t connect to the envato servers (themeforest.net) to check for the latest versions and to download the theme files. In your case WordPress just returns an error. I’d recommend to deactivate the auto update feature and to install the update manually. This post helps you to deactivate the update option page: https://kriesi.at/support/topic/automatic-update-undesirable/

    Best regards,
    Peter

    #163429

    In reply to: logo size – ipad

    Hello hairyhobo!

    You can use this:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    .logo img {
    height: 42px;
    margin-top: 15px;
    }
    
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Best regards,
    Ismael

    #163413

    In reply to: Two Questions

    Hi!

    Yeah i forgot about that, this should be the final code:

    #header_main .container, .main_menu > ul > li > a{
    	height: 58px !important;
    	line-height: 58px !important;
    }
    .fixed_header.social_header #main{
        padding-top: 89px;
    }

    Best regards,
    Josue

    Thanks Josue! :)

    Yes, I’ve seen the topic you have linked to.
    I succeeded to move all the .js just above the </body> tag using w3 total cache.

    None of this discussed CSS. Pagespeed insigts says:
    Your page has 1 blocking CSS resources. This causes a delay in rendering your page.
    None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.

    #163373

    Hi!

    This is the css code for the promo button:

    body div .avia-button {
    border-radius: 3px;
    background-image: url("../images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    }
    
    .avia-button.avia-size-large {
    padding: 13px 30px;
    font-size: 14px;
    min-width: 127px;
    }
    
    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
    color: #fff;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    
    #top .main_color .avia-color-theme-color {
    color: red;
    }

    You can use the google chrome to inspect the Gravity Forms button then apply the css codes above. A link to your site will help.

    Best regards,
    Ismael

    #163372

    In reply to: Two Questions

    Hey!

    For some reason your website isn’t loading here, but just to note one thing, when the page gets scrolled the height of header turns into 58px, just change the code to this:

    #header_main .container, .main_menu ul > li > a{
    	height: 58px !important;
    	line-height: 58px !important;
    }
    .fixed_header.social_header #main{
        padding-top: 89px;
    }

    Best regards,
    Josue

    #163347

    Hello artistic24459!

    Apply that border to the slider, not to the breadcrumb container:

    #layer_slider_1 {
    border-top: 1px solid #E2E2E2;
    }

    Best regards,
    Josue

    #163346

    Hola norasp!

    I just mimicked what you want to do on my local installation and got no issues so far, here’s what i did:

    <div class="entry entry-content-wrapper clearfix" id='search-fail'>
    		<p class="entry-content"><strong><?php _e('Cap resultat', 'avia_framework'); ?></strong><br/>
    		   <?php _e('Ho sentim, no s’ha trobat cap publicació. Intenti-ho amb una altra cerca', 'avia_framework'); ?>
    	    </p>

    The problem you may have is regarding using quotes, i know Catalan uses a lot of this, i’d recommend using an specialized plugin for doing translation duties, please check this topic.

    Cheers!
    Josue

    Hello vitaliss!

    Please take a look at this topic.

    Regards,
    Josue

    #163311

    In reply to: Add to Header

    Hi Eleina_Shinn!

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

    #top .social_bookmarks {
    float: right;
    top: 50px;
    position: relative;
    }
    
    .social_header .phone-info {
    top: 100px;
    position: relative;
    }

    You can adjust the top position. Unfortunately, there is no easy way of adding your own icons. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/

    Best regards,
    Ismael

    #163299

    In reply to: translate language

    Hey azabusan08!

    Yes, you may need a plugin, please see this topic.

    Regards,
    Josue

    #163287

    In reply to: Two Questions

    Hi Mike,

    Apply this CSS:

    #header_main .container, .main_menu ul > li > a{
    	height: 60px !important;
    	line-height: 60px !important;
    }
    .fixed_header.social_header #main{
        padding-top: 91px;
    }

    Regarding the 2nd question, you can define different heights by changing the padding option of the color section element, see image below:

    If you still want to modify that height manually you can specify an ID and then with CSS you would do something like this:

    #myCustomColorSection{ height: 500px; }

    Cheers,
    Josue

    #163266

    Hi artistic24459!

    I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:

    #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }

    Regards,
    Josue

    Ismael,

    That doesn’t work. I closed all the apps and still looks the same. Also, it happens the same in the iPad. And I understand than can happen with the pictures, but no with the text.

    Did you open it in your iOS device? Check it out… Doesn’t make sense that the text of the top renders right and the one of the blog feed doesn’t.

    regards,
    Mario

    #163246
    freeHat
    Participant

    I’m trying to use a 3rd party plugin – qtip2/craigsworks. I’m getting a jquery conflict with isotope. Could have something to do with imagesLoaded. Thinking I could detach isotope script from avia.js and only run it when needed.- this as I only need the Qtip plugin on a couple of pages.

    Besides the portfolio stuff are there any front-end components using isotope in Enfold?
    Cheers

    #163236

    Hi selvaria!

    Adding this code to the Quick CSS area in the Theme options page will do it:

    .home .flex_column.first div.avia_textblock:first-child{
    	border-bottom: 1px solid #dbdbdb;
    }
    .home .flex_column.first div.avia_textblock{
    	border-bottom: 0;
    }
    .home .flex_column.first div.avia-testimonial-wrapper, .home .flex_column div.template-blog{
    	border: 1px solid #dbdbdb;
    	padding: 15px;
    	margin-top: 0;
    	border-top: 0;
    	overflow: hidden;
    }

    However it may break if you move the position of the elements too much, let us know how it goes :)

    Best regards,
    Josue

    #163228

    Yes, but still getting the rectangle instead of the icon.

    http://i.imgur.com/PyDNomx.png

    Note we are using a child theme hence “marquee” instead of “enfold”

    I do notice that in the dropdown menu selector at the very top of that image there seems to be something missing in that there is no text between the commas, not sure if this is indicative of anything.

    The issue persists regardless of what header type I choose.

    #163226

    In reply to: Top menu font color

    Perfect……Thank You….!

    is this the set?
    body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox

    #163216

    Hello!
    Actually seems that the font and the character is the correct one, it just gets cut off at the top and therefore looks like a diaeresis.
    Will add a small padding to thenext update to fix that. meanwhile you can add the following to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:

    .iconbox .iconbox_content .iconbox_content_title {
    padding-top: 2px;
    }
    

    Best regards,
    Kriesi

Viewing 30 results - 138,361 through 138,390 (of 141,768 total)