Forum Replies Created

Viewing 30 posts - 301 through 330 (of 372 total)
  • Author
    Posts
  • in reply to: Fullwidth Submenu Element not working #338007
    This reply has been marked as private.
    in reply to: MapifyPro question #335823

    Hi, I was just browsing the Forum. I asked about the width of the tooltip and the guys gave me this so I could make them larger and loose the scrollbar:

    <div style=”overflow: auto; width: 175px; height: 175px;”>
    Enter the text here that you wish to show in the tooltip</div>

    My tooltips also have a heading in bold which link to another page on the site so mine now look like this:

    <div style="overflow: auto; width: 175px; height: 175px;"><a href="/services/pagename/"><strong>pagetitle</strong></a>
    Enter the text here that you wish to show in the tooltip</div>

    I also use the latest version of Enfold which has a fullwidth google map element and works great.
    Hope this helps.
    H

    in reply to: Fullwidth Submenu Element not working #335783
    This reply has been marked as private.
    in reply to: Partner/Logo Element Heading Colour #334035
    This reply has been marked as private.
    in reply to: Email Social Share Button #326807

    Thanks @Josue,

    I have edited the file. How will i know which update the change is in, and when (if) I need to add it to a child file.

    H

    in reply to: Responsive Search Results on Header – remove dates #324010

    perfect! Thank you Yigit :)

    Hey @Yigit,

    I have come across another similar issue with formatting general text. Instead of writing ” I am ” i write I’m but this is displayed as I’\m
    where does the \ come from?

    This happens on the LayerSlider and I have seen it on a Special heading (sub heading) too.

    H.

    in reply to: Email Social Share Button #312567

    @Dude,

    Thank Peter. So just to clarify the process I should go through?

    I made the work around as suggested by Time.ly (I presume this will be overwritten if and when they do an update) ?

    I already have an Enfold Child Theme set up (followed the great vid you guys posted)

    So should I create a new file called helper-social-media.php and just put the second line you suggest above?
    and at what level in the child directory should I add it? do i make a new folder too?

    Sorry, just not too technical yet. I need step by step instructions. Hope you can assist.

    Many thanks,
    H

    in reply to: How to modify the blog page layout #312265

    Thanks @Josue for this.

    That didn’t seem to work. The slug is “event”.
    Should ‘event’ be on the second line also?

    Really nervous about making these changes and now I realise that this only allows me to change individual posts. I really need to change the “template” they are based on. Sorry if I am not explaining myself correctly.
    i.e. for every “event” I create, I would want to automatically see “Recent Posts” below or an Advertising widget for example.

    H

    in reply to: problem linking to WIKIMEDIA COMMONS pages #311630

    @Josue

    That is what I have done Josue and now most of the links work. But NOT links that have a comma in title as the one above.

    in reply to: Email Social Share Button #311628

    @Ismael, @Devin

    Hi Guys, I appreciate your help on this and understand you can not support third party products. I have been on the plugin support forum and see that they suggest the Enfold theme is causing the problem. Here is the explanation, perhaps one for Kriesi to look at?
    (I have made the changes they suggested and this fixes the problem). Another example was the twitter Share button. Example:

    The Twitter share button for a Normal Enfold Blog Post would be:

    http://twitter.com/home?status=Test%20Post%20websitedomainname/?p=466

    and yet the Ai1ec post would be:

    http://twitter.com/home?status=%3Cspan%20class%3D%22p-summary%22%3ETest%20Post%20%3C%2Fspan%3E%20websitedomainname/?p=466

    Plugin Support Forum Says this:

    Your theme doesn’t support the title of a post having HTML. You should get your theme author to fix this. It breaks plugins like Ai1ec, as well as the WP-Typography plugin.

    If the theme uses the function the_title(), the theme author needs to change it to use the_title_attribute().

    If it uses get_the_title(), then the theme author needs to strip HTML tags from the title manually, or escape them using something like the WP function esc_attr().

    To change ai1ec to work around this bug, edit …../all-in-one-event-calendar/lib/http/response/render/strategy/html.php and comment out a line.

    The line to comment out is line 99:

    $title = ‘<span class=”summary”>’ . $title . ‘</span>’;
    So you should end up with:

    // $title = ‘<span class=”summary”>’ . $title . ‘</span>’;
    Try that and see if it solves many of your problems.

    The forum link is here: https://time.ly/forums/topic/enfold-buggy-calendar/#post-151286

    Hi @Ismael,

    I have been looking at the posts and it does seem that the ones I created BEFORE installing Yoast are picking up the incorrect images.
    I duplicated a post (actually All-In-One Calendar Posts) and it worked fine.
    I then deleted the old post, renamed the new duplicated post (and the URL) to that of the old one and the problem came back. So I think I have a solution to the problem – duplicate all my old posts prior to installing Yoast and keep the new URL.

    H

    This reply has been marked as private.
    in reply to: Email Social Share Button #311061

    Hi @Devin

    No, this is on my desktop. Not looked at mobile devices yet.
    However, this is not a standard “Enfold” post. It is a Time.ly Events post.

    I have posted login details on this Support # https://kriesi.at/support/topic/facebook-social-shareing-not-picking-up-the-correct-image/
    as I am also having issues around Facebook sharing if you wanted to take a look ?

    Many thanks,
    H

    in reply to: problem linking to WIKIMEDIA COMMONS pages #310938

    Just a little update and a “Bug” ?

    Most of the Wikimedia commons links work. But some have a “,” in the title e.g. http://en.wikipedia.org/wiki/Bolsover_Castle#mediaviewer/File:Bolsover_Castle,_long_gallery_exterior,_2008.jpg

    These will not link from the Image Element.

    Is this a bug in enfold? (I remember years ago to never use a comma (,) in a URL but they seem to work ok by just pasting them in a browser window.

    in reply to: problem linking to WIKIMEDIA COMMONS pages #310907

    @Ismael @Josue

    Hi guys, thanks for your help on this. I just added the two lines to my blank child functions.php and did as Ismael suggested with the custom CSS class and it has worked.

    Josue, I needed more than just linking to the image, i needed to show details of the original authors of the images i.e. credits but thanks also for that suggestion :)

    This reply has been marked as private.
    in reply to: Can not add new menu items #310885

    Could also be an issue at the server end? I had similar problems and found this article helped:
    http://sevenspark.com/wordpress/menu-item-limit

    in reply to: How to modify the blog page layout #310698

    Hi Ismael,

    Thanks for this. I put this in my child functions.php and it seemed to work fine for the standard blog post. However, I did not realise the Time.ly Events Calendar plugin must be using a custom post type. I have no idea how to edit that – shame. If anyone has any experience of using the Events Calendar by Time.ly and has managed to modify the layout to use Enfold Content Elements (via the Advanced Editor) it would be great to hear from them.
    http://time.ly/

    Thanks,
    H

    in reply to: problem linking to WIKIMEDIA COMMONS pages #309916

    Hi Ismael,
    Thanks for the reply. Am I right in thinking, because I have the enfold child theme installed, that I create a new functions.php and just insert this line? Or do I copy the whole of the functions.php into the child theme and then do the above?
    Thanks,
    H

    in reply to: How to modify the blog page layout #304907

    Hi Ismael,
    Thanks for the quick reply. Sorry, my mistake in my description. I have actually changed the blog page layout. What I actually need to do is change the Blog item page. i.e. the layout that is presented when you click a post item. Hope that makes sense? See the link above and click on one of the calendar items, to see what I need.
    Thanks,
    H

    in reply to: Export – Import Theme Settings File #304648

    Ah, I have just figured out what the import did, my apologies. It loads the colours etc into the General Styling and you have to edit any one of the elements so that the Save all Changes button becomes active.
    Just uploaded the file and then refreshing the site (in another tab) doesn’t work.

    Still, would be nice to change the colour of the Import Parent Theme once it has been done.

    Also, a further explanation of exactly what is lost when you press the Reset All Options button would be useful.

    H

    I think I have solved the problem by using what I found in the support forum here: I just pasted the following into the Quick CSS

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

    .avia-content-slider .slide-meta { display: none; }

    #portfoliobox-2 .news-time {
    display: none;
    }

    But I actually have no idea which does what lol

    Thanks, that worked. No idea how I got it so wrong :/
    Too many late nights :)
    Love the new map feature, it’s great !

    in reply to: Google analytics code #297268

    Hey, I have just checked the Analytics account and I have history AND I can see myself live on the site. I guess it just needed time to update everything. I didn’t make any changes so will leave it as it is.
    Thanks for the clarification though.
    H.

    Thank you Josue, and are you able to make it bold also?
    Sorry my original post did not say that.

    in reply to: Google analytics code #296220

    I find this really confusing. Previous posts (and one my Kriesi) suggest just pasting the code in the Enfold Theme Options (as does Yidget above), but clearly this does not work anymore.
    When creating a new Google Analytics account you are forced to get the Universal (UA) code and not the original GA code.
    Is the Theme Option therefore redundant for new Google accounts? It’s certainly confused me (I’m just a novice) :)
    I have added the code and the Status is: Tracking Not Installed
    When it is working, should I expect to see myself via the Real-Time Overview Report?

    I know how to do the above and edit the functions.php but I have a question about that. I followed the instructions for creating the Enfold Child Theme and now have that working. Do I copy the whole of the functions.php from the original theme directory and put it in my Child Theme with the code above? Or can I create a new functions.php file with just the code above? The question i am asking is, does WordPress read the child functions.php file first and then add what ever information is in the main theme functions.php ? Or does the Child Theme functions.php completely overwrite the main file?

    Sorry, just a noob here (but I am building my 5th Enfold site) Hope you understand the questions and can help. I am sure it will help clarify for others too.

    in reply to: Blog Post and Portfolio Grid on Same Page #292022
    This reply has been marked as private.
    in reply to: Blog Post and Portfolio Grid on Same Page #291864
    This reply has been marked as private.
    in reply to: Blog Post and Portfolio Grid on Same Page #291751

    Thanks Dude,
    I understand. I will think of a workaround should the Portfolio Section become too big. Perhaps just limit it to a certain number and put a link underneath which opens a new full page Portfolio.
    Hope Yigit can find a resolution to the Content Slider issue :)

    Loving the theme by the way.

Viewing 30 posts - 301 through 330 (of 372 total)