Viewing 30 results - 139,291 through 139,320 (of 142,823 total)
  • Author
    Search Results
  • discosourcedjs
    Participant

    Hi.

    I am just getting started with the SEO of my new website and I was curious to if does plugin SEO pressor or any other SEO plugin provide different results using between the ‘Default’ and the ‘Advanced’ layout editor with the Enfold theme?

    Here is what I did:
    I got a page from my site I made using the advanced layout editor, optimized it with SEO Pressor and got a score of 65.86%.

    I then copied the content (not including the gallery and other widgets, to a new page with the Default Editor and “refreshed” the results and got a score of 109.93% and it picked up that my image alt tag names were over optimized. It didn’t notice this with the advanced layout editor.

    Here is a screen shot of the results:
    hire.com.au/wp-content/uploads/2013/09/enfold-seo-pressor-layout.jpg" alt="enfold-seo-pressor-layout-problem" />

    I have my page right here:
    http://www.mobile-dj-hire.com.au/wedding-dj-hire

    Keywords Targeting: Wedding DJ Hire

    QUESTIONS:
    1. Does Google read the page the same way SEO Pressor sees the page? (based on the different layouts)

    2. If not, How does Google read the page? As you see it in the advanced layout and the front end of the website?

    OR does it convert it to the way the default editor like converting a HTML email to plain text…. How does this work because I want to know if I SHOULD? … be optimizing my pages with SEO Pressor of my content either…

    1. Pasted into the default editor and then bought back to the advanced layout editor so it can read the page from top to bottom clearly OR
    2. Just use SEO Pressor AS IS, with the advanced layout editor and trust that answer is correct and that Google reads it that way too?

    Please help!

    Hey shanerein!

    You are currently using Enfold version 1.8.4. If you have updated WordPress to 3.6+ you should at least have Enfold version 2.0.1. Recently version 2.2 was released and it has many bug fixes and improvements since version 1.8.4. You should login in on ThemeForest with the account you have purchased Enfold and download it again from “Downloads” section
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Yigit

    shanerein
    Participant

    Hello,

    The slider stops working after slide 2 in Safari and Chrome on Mac.
    It does however work fine in IE on a PC (funnily enough)

    http://pongstureplan.se/

    I have updated to the new wordpress theme but that didn’t help.

    Please can you check and let me know what the problem might be.

    Thank you,
    Shane

    #165146

    Hi ShortHills!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .social_header .phone-info span { font-size: 18px; }
    #top .social_bookmarks { font-size: 18px; }

    First line is to change the font size of phone text and second one is to increase size of icons.

    Regards,
    Yigit

    #165139

    Hi!

    I have posted my email in your other topic. Please include links to both topics in your mail.

    Regards,
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    #165138

    Hey Sebastian!

    As Richard said, you can request that feature here https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Yigit

    #165133

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling

    #top label { display: inline-block; }

    Best regards,
    Yigit

    #165131

    Hi palmtop!

    It is more than what default support covers. You should hire a freelance developer for that kind of customization http://microlancer.com

    Cheers!
    Yigit

    #165116

    In reply to: Main Font Size

    Hi palmtop!

    Please add following code to Quick CSS in Enfold theme options under Styling

    body { font-size: 18px!important; }

    Best regards,
    Yigit

    I’ve seen that others have also a problem with it.

    also I think that it has to do a problem with the update to 2.2.

    It may also be that I’m too dumb, it’s usually the one who sits at the computer;-)

    if there is possibly a fault with the theme, I would not change anything in the settings and cobble together so it fits the times, which in my opinion should work according to the requirement.

    I thumpnailbildern in the portfolio because of the view now taken the code from the current response of Josue:

    https://kriesi.at/support/topic/ajax-portfolio-thumbnails-showing-incorrectly/

    Now this also fixes the problem with the portfoliothumpnails, because these have also been unable to change the number of columnes, so here’s what’s got to be the theme files, right?

    Another problem for me is:

    for example I have a portfolio entry, the portfolio and also included with the avialayoutbilder a gallery, the gallery is the setting:

    Big image with thumnails below

    Gallery big image preview size, when i choose any one from the sizes here, did doesn `t change anysize?

    normally should be but here the size to change, right?

    thanks
    carsten

    #165106
    Wheelie_NL
    Participant

    Hi,

    My site is perfect for tablets and mobile devices but I would like it to have a different width when it’s displayed on a desktop.
    I am using the boxed layout and that is 1130px in width on my desktop. I’d love to have it at around 1020px.

    What do I have to change in css/grid.css to make this happen?

    Thanks in advance.

    #165086

    In reply to: Ajax Search Results

    Hello joe88!

    You can refer to this link: https://kriesi.at/support/topic/search-drop-down-titles/

    Regards,
    Ismael

    #165070

    Hi Josue,

    I haven´t yet a page with enfold form, I checked only with Chrome developers tools and I take your demo page: http://kriesi.at/themes/enfold/shortcodes/contact-forms/

    You can test self, if you give this code .ajax_form p {margin-top: 0px; margin-bottom: 9px;} in the CSS, than the distance between form fields smaller, I want get the field distance to 9px, but the distance of fields (text or text area) to checkbox for example 20 px, also greater. How can I do this?

    If this possible, than I switch from Gravity Forms to your forms.

    Vielen Dank :)

    • This reply was modified 12 years, 6 months ago by manueldes.
    #165064

    Hi Josue,

    Thanks for sending. I tried that code and it does the job but now when I scroll, the header doesn’t reduce and the logo doesn’t get smaller.

    What I am looking for is to reduce the height of the header when at the top of the page but still have it contract further when scrolling.

    Cheers

    #165035

    Hey!

    The logo stays 257x88px on any screen sizes. The container decreases on smaller screen sizes that’s why the menu is closer from the logo. You can add this on your custom.css or Quick CSS to decrease the logo size on smaller screens.

    @media only screen and (min-width: 1005px) and (max-width: 1155px) {
    .logo, .logo a {
    max-width: 200px;
    margin-top: 5px;
    }
    }

    Regards,
    Ismael

    #164978

    Hello ElementArt!

    Please follow these steps.

    1.) Activate the woocommerce plugin then Install the woocommerce pages by clicking the violet bar on top of woocommerce settings.

    2.) Go to Menus > Appearance > insert the Shop menu as shop page.

    3.) Create some products.

    4.) If you want to create another shop page, create a new page then go to Advance Layout Editor. Insert the Product Grid under Plugin Additions.

    Please watch this short video: http://www.mediafire.com/play/t23t01r4zdeka68/Enfold+-+Quick+Shop+Page+Installation.mp4

    Best regards,
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    #164962
    Valerie
    Participant

    Hi! Still in love with Enfold and excited about launching my new site soon.

    Having a bit of a formatting issue between text block in layout builder and link to text from a widget on the same page.. When I click on the links in the widget, it takes it to a place on the page below the heading to which I linked. So it’s hard to tell where you are on the page. See http://talentdev.valiantlane.com/what-clients-say.

    In Avisio, it works perfectly and the link takes it to the top of the heading, so you can see the heading and then the info below it. See http://coaching.valiantlane.com/client-talk.

    The formatting for the heading/ID is different in Enfold because it wouldn’t take the formatting as it is in Avisio.

    Your thoughts?

    #164950

    Hi wesdacar!

    You can do it, but it will lose it fixed position:

    #top .avia-post-nav{
    	position: fixed !important;
    	top: 28% !important;
    }
    .avia-post-prev{
    	left: 0 !important;
    }
    .avia-post-next{
    	right: 0 !important;
    }

    Cheers!
    Josue

    #164936

    Hey!

    There isn’t a comment form in that page, enable it first please.

    Regards,
    Josue

    #164924
    #164901
    manueldes
    Participant

    Hello, I like to get the Enfold form fields (like text, email etc.) closer, with less distance (lesser line spacing).

    If I set the code bellow in CSS, the fields are closer, but the checkbox field too closer. Do you have perhaps a idea, how can I change only the distance between textfield and checkbox field? Thanks

    .ajax_form p {
    margin-top: 0px;
    margin-bottom: 9px;
    color: #fff;
    }

    #164872
    scisterna
    Participant

    Hi
    I set up a featured image on a page and automatically that featured image it shown on the top of my page. I don’t want that.
    It is possible to remove it from pages without removing the featured image itself (I use that image for a plugin)?

    #164868

    I found a previous thread that offers the following code. However, I would like the widget menus & titles to align right while the footer widgets till align left. Is this possible? If so how?

    Here is the code I gathered from another thread:

    .entry-content ul { list-style: none-outside; }

    .main_color a { color: #a098a0!important; }

    #top .widget ul { list-style: none outside; text-align: right; }

    .widgettitle { text-align: right; }

    #164850

    I would also REALLY appreciate more options in the table. I have made a beautiful table using font icons and images in the header, and I want to put in something at the top, and to do that the only way is to put it all in again. I hope to be able to drag and drop, or move up down arrows. I would also love to be able to pick icons and have a default editor for putting in data. Would make it powerful and really a good tool. I also see that when I put in too much text it brakes the lines. Because they then get different height. Could they all adjust if one row/column needs more space? I loooove the theme and the flexibility and I hope the table will follow the quality the rest of the theme has.

    Another thing is that I would love to see the same choices for the footers. to be able to choose their size and to have avia content builder to create content. That would really be something. What about in stead of choosing the numbers of footers in the theme options and then edit them through widgets, we could just build it like a page, which then is set as footer throughout the website, or on specific pages?

    I love this theme so much I am soon to release it through a network and buy it for every new client that I get. IT really is fantastic, and I am looking forward to see what what improvements will come with time.

    thank you

    #164844

    Hi Pat!

    Please add following code to Quick CSS in Enfold theme options under Styling

    body .container_wrap .avia-builder-el-last { margin-top: 0; }

    Cheers!
    Yigit

    #164839
    artistic24459
    Participant

    Hey,

    Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)

    The code did correct the problem in the portfolio but then made problems elsewhere.

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

    If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.

    http://www.chriswardphotography.com/test-area/examples/example12.jpg

    I just need to correct the error that was happening on the portfolio the rest of the site was working ok.

    Best wishes

    Chris

    —————————————————————————————————————————————————

    After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.

    http://chriswardphotography.net/business/portfolio/

    I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.

    I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?

    By the way nice new forum site :-)

    September 19, 2013 at 2:40 am #163266

    Josue
    Moderator
    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

    September 19, 2013 at 9:59 am #163474

    artistic24459
    Participant
    Perfect, thanks Josue.

    September 19, 2013 at 10:01 am #163475

    #164820

    Hey bizzappsconsult!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    #top .alternate_color input[type='text'] { border-color: #555555; background-color: #333333; color: #ABAAAB; }
     .alternate_color input[type='submit'] { background-color: #f7f7f7; color: #575557; border-color: #f7f7f7; }
    .alternate_color input[type='submit']:hover { background-color: #676975; color: #575557; border-color: #676975; }

    Cheers!
    Yigit

    #164804
    crevlon
    Participant

    Hallo,

    ich habe gerade von 1.8.4 auf 2.2 geupdated.
    Seit dem habe ich zwei Veränderungen bemerkt die ich nicht verstehe und nicht korrigieren kann.
    1. Meine Artikel-Überschriften sind auf einmal sehr klein. (Sie hatten vorher, aufgrund eines Quick CSS Eintrags, die Größe 50)
    2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).

    Hier alle meine Einträge des Quick CSS Feldes:

    body {
    font-size: 16px;
    }
    .entry-content .post-title {
    font-size: 50px;
    }
    h1, h2 {
    	text-transform: none !important;
    }
    #top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3{
    display: block;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    white-space: normal;
    }
    
    .form-allowed-tags { display:none; }
    
    .ls-wp-container .input-text, #top .ls-wp-container input[type="text"], #top .ls-wp-container input[type="input"], #top .ls-wp-container input[type="password"], #top .ls-wp-container input[type="email"], #top .ls-wp-container input[type="number"], #top .ls-wp-container input[type="url"], #top .ls-wp-container input[type="tel"], #top .ls-wp-container input[type="search"], #top .ls-wp-container textarea, #top .ls-wp-container select {
    display: inline;
    }
    .av-special-heading h1 { font-size: 50px!important; 
    }
    .title_container {
    display: none;
    }

    Liebe Grüße,
    Crevlon

    • This topic was modified 12 years, 6 months ago by crevlon.
    #164796
    candeos
    Participant

    Hellloi

    I was looking at the thread to find out how to put a clickable mobile number in the header.

    https://kriesi.at/support/topic/clickable-phone-no-in-header/

    The second to last thread talks about mobileno vs mobileno and they give a 404 when you go to see an example. Can you pleasehelp> Thanks!

    Dave

    #164790
    erantdo
    Participant

    Hi,

    Regarding this thread: https://kriesi.at/support/topic/comments-arent-shown-in-pages/

    It now shows recent comments, but only recent comments from posts, not pages. How can I have both to appear?

    Thanks

Viewing 30 results - 139,291 through 139,320 (of 142,823 total)