Forum Replies Created

Viewing 30 posts - 2,971 through 3,000 (of 34,576 total)
  • Author
    Posts
  • in reply to: Changing Left Hand menu font size #1439976

    Hey JennyGr,
    Thanks for the link to your site, it looks like you have some custom css that is setting the size:

    .breadcrumb-trail {
        font-size: 16px !important;
    }

    Try to find this and adjust to suit. The !important; in the css overrides the theme settings.
    If you didn’t have this css you could use the Enfold Theme Options ▸ Advanced Styling ▸ Breadcrumbs to adjust the font size.

    Best regards,
    Mike

    in reply to: Unable to upload into media library #1439973

    Hey waterwalk,
    I have not seen any errors like this, but if you include a admin login in the Private Content area we can take a look.

    Best regards,
    Mike

    in reply to: Add Icons to Enfold Menu #1439972

    Hey JennyGr,
    Thanks for the link to your site, I don’t see any custom classes in your menu items, are you sure you followed this step?
    Enfold_Support_5050.jpeg
    If so please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: open direct link in portfolio #1439971

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Theme Gallery duplicate image issue #1439970

    Hi,
    Thanks for the login, I tried to duplicate your page with the gallery on my test site, but I was not able to reproduce the error.
    Enfold_Support_5457.jpeg
    I tried disabling your plugins and enabling the parent theme but it didn’t help.
    In the browser console I see this message: Uncaught SyntaxError: Unexpected token '<' from the gallery.js file but when I compare it with my theme version they are the same so the error could be in a different file. So I don’t know what could be causing this. Perhaps if you have manually updated in the past by overwriting the theme files via FTP, an old file could have beed left behind. Perhaps uploading a new theme version would help, here is a safe way to do this:

    To manually update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: how to add hyperlink to table cell #1439968

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: open direct link in portfolio #1439967

    Hi,
    Thanks for the login, it confirms what I thought, that the /portfolio-item/ page is using a shortcode, and the /galerie/ is a CPT created by a “plugin”.
    Although this doesn’t seem to be a real plugin, it looks like some custom files added to your child theme and I could find no documentation, I imagine that the shortcode that you are using could have some sorting attributes, so you should ask where you got this code for the correct sorting attributes, for example your code now is:
    [gallery_images gallery_id=4032 page_no=1 no_of_image=300]
    and typically you could add a “order” & “orderby” like this:
    [gallery_images gallery_id=4032 order=ASC orderby=title page_no=1 no_of_image=300]
    this doesn’t work for your shortcode but perhaps if you ask you can find the correct attributes, this would be your best solution.
    Or if you can’t find any documentation or help wherever you got these files from, you could just use the /galerie/ pages and not use the /portfolio-item/ pages at all.

    Best regards,
    Mike

    in reply to: Header has black bar on Mobile view #1439962

    Hi,
    Glad we were able to help, this is the css that is in your Quick CSS:

    @media only screen and (max-width: 767px) {
     .responsive #top #main {
        padding-top: 88px !important;
      }
      .responsive.html_header_transparency #top #main {
        padding-top: 0 !important;
      }
    }

    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: open direct link in portfolio #1439960

    Hi,
    Thanks for the feedback, on your portfolio page /portfolio-item/ you are using a shortcode to display the plugin gallery, I don’t know why the plugin gallery doesn’t show in the order that you wish, I don’t think that there is any sorting query involved. A portfolio item is a custom post type, CPT, you could try adding the plugin shortcode to a page and see if the order is any different than the portfolio page.
    Your plugin page /galerie/ is another CPT, so you can’t combine these two together.
    However, if I recall correctly the header image on your portfolio page is a Slider Revolution slider that is injected with a php function, so if you like the order of the /galerie/ page, you should be able to add the Slider Revolution slider and the background image so it will look like the /portfolio-item/ page.

    Best regards,
    Mike

    in reply to: Twitter X icon not showing on social header #1439940

    Hi,
    I’m not sure what is causing this but I added this css as a workaround:

    .av-social-link-twitter a:before {
    background-image: url(https://img.icons8.com/ios/50/cd1041/x.png)!important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    

    Now you have a red X icon, but perhaps you could try reinstalling the theme to see if that helps.

    To manually reinstall your theme you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439938

    Hi,
    I found this dreamhost documentation page that says they make daily backups of your site and stores backups for up to two weeks.

    It looks like the site still thinks the url is your-domain.org/wordpress/
    below is a image and a javascript file that your home page calls and if /wordpress/ is added to the url they show.

    Best regards,
    Mike

    in reply to: Instalacion de tema #1439933

    Hi,
    Please see our documentation here about importing the demos.

    Best regards,
    Mike

    in reply to: Content slider settings #1439932

    Hey woogie07,
    CSS will not achieve what you are asking, you should create a second content slider for mobile that only uses one column and then use the display settings to show the first one on desktop and the second one on mobile.

    Best regards,
    Mike

    in reply to: Twitter X icon not showing on social header #1439931

    Hi,
    Please try removing the code that you added to the functions.php and enable the theme editor menu item so we can see if there is anything else in your functions.php that could cause an error:
    Enfold_Support_5441.jpeg
    Typically the iThemes Security plugin is what hides the menu item but this plugin shows an error when I check.

    Best regards,
    Mike

    in reply to: Blur overlay over slider images #1439930

    Hey Sebastian,
    Perhaps something like this will work

    Best regards,
    Mike

    in reply to: Mega Menu offset – partly showing on Shop Categories #1439929

    Hey Annemarie,
    Thanks for the links but the shop mega menu looked the same to me on both pages, it was off the screen to the left, it looks like you are using some custom css on the mega menu but try this css:

    #header .avia_mega_div {
    	right: -1000%;
    }

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add a header widget area #1439927

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header has black bar on Mobile view #1439926

    Hi,
    The precious css had an error in the spelling, I corrected it and added it back, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Font Contact form, #1439925

    Hey Diana,
    I believe that I solved both issues with this css, please clear your browser cache and check.

    ::-webkit-input-placeholder {
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    ::-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-ms-input-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439922

    Hi,
    Try asking your webhost to restore the last backup of the site and database, typically webhosts make automatic backups each week, if you have not used one of these to restore your site befor then ask the webhost support and they will be happy to do it for you. If you remember which month was the last time your site worked correctly you could ask them to go back to that point and also solve whatever was causing this issue.

    Best regards,
    Mike

    in reply to: Header has black bar on Mobile view #1439921

    Hi,
    It looks like you had this thread that was for a different donain and the css you added creates the black bar by adding padding to the top, I removed it for you.

    Best regards,
    Mike

    in reply to: Help needed #1439919

    Hi,
    Thanks for the login, your theme is very old v4.7.6.3, and you can not automatically update it, please follow these steps you should not lose any settings or content, but you can also use your webhost options to backup your site & database if you are worried.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Two problems with the main menue and more… #1439918

    Hi,
    You write that you are using a separate menu for mobiles but when I check your menus the “Mobil” menu only has two items:
    Enfold_Support_5445.jpeg
    and your theme option for using a separate mobile menu is not activate
    Enfold_Support_5447.jpeg
    so how are you adding the separate mobile menu?
    Also I can’t vew your child theme functions.php file because the theme editor is not an option:
    Enfold_Support_5441.jpeg

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1439917

    Hi,
    Please enable the theme editor option so we can see and edit the child theme functions.php file.
    Enfold_Support_5441.jpeg

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439916

    Hi,
    Thank you, I see that your WordPress ▸ Settings ▸ General ▸ WordPress Address has your domain with the word wordpress added and WordPress ▸ Settings ▸ General ▸ Site Address doesn’t, these two should match, please remove the word wordpress
    If you look at the two links below the /posts/ looks broken and /wordpress/posts/ looks correct, this is due to this setting.

    Best regards,
    Mike

    in reply to: Add a header widget area #1439915

    Hi,
    It looked like you added many menu options in the Enfold Theme Options ▸ Advanced Styling and each was empty so the empty setting was overriding the Enfold Theme Options ▸ General Styling settings. I removed these for you and now your menu is back to the way it was.
    If you want to use the Enfold Theme Options ▸ Advanced Styling to change the colors then you can, but to need to add the new colors for it to work.
    I believe that we have solved your Header Widget that was the topic of this thread, please let us know if so we should now close this thread.
    Please note that we ask that each thread stays on a specific topic, this helps other users and Mods. For further questions please open a new thread

    Best regards,
    Mike

    in reply to: how to add hyperlink to table cell #1439914

    Hi,
    I’m not clear on what you are tring to do, the page that you linked to has big squares with background colors, text & icons:
    Enfold_Support_5429.jpeg
    so I don’t think that the table element is the correct element to use, perhaps a column element with the column link is better:
    Enfold_Support_5432.jpeg
    or the grid row, which has the same option.
    If I have misunderstood please explain further.

    Best regards,
    Mike

    in reply to: Enfold Theme Gallery duplicate image issue #1439908

    Hey blinddrop,
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    Hey Thomas,
    The plugin shows the images sizes for me, perhaps you have a conflict with another plugin or customization.
    Enfold_Support_5427.jpeg

    Best regards,
    Mike

Viewing 30 posts - 2,971 through 3,000 (of 34,576 total)