Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)
  • Sorry about the delayed response. I think there might be a trim feature there. I found a plugin to embed a video on the product gallery. Would that work? Please take a look at the link below.

    https://www.ads-software.com/plugins/woocommerce-embed-videos-to-product-image-gallery/

    If not, can add the video embed to the description one more time? I don’t see any embed code there as of now.

    @outovbodie, what it seems to be doing, based on your description, is using the theme to override the view on the front end and replaces the embed with a button that directs the front-end user to YouTube. Can you share your website’s address? If so, please post the address to one of the videos that you are having problems with and I can look to confirm my suspicions.

    Best,

    Joaquin

    To deactivate the plugins via FTP, you can rename each of the plugin folders within the …/wp-content/plugins folder and that should allow WordPress not to recognize the plugins. Alternatively, I usually download them and simply remove the files in the plugin folder. Once I have resolved what I was having problems with, I usually upload the plugins one at a time to make sure they are not the problem plugin.

    @couplegls thanks for that info. At quick glance, the item that you are looking at is only going to add space to the sidebar in general. Since you are trying to target the spacing on the widgets. try looking for this within the stylesheet:

    .widget th,
    .widget td {
    	padding: 5px 2px;
    }

    Let me know if that works.

    @zayih, have you tried disabling all the plugins and trying to reload the site. I get this from deprecated plugins from time to time that conflict with the upgrade. The other option that I can immediately think of is to manually upload the WordPress files using FTP. You can follow the Upgrade function on the website here: https://codex.www.ads-software.com/Upgrading_WordPress_Extended

    @lim777, have you moved your theme from portion of the server to another or changed the domain name recently? What changed when your images began not to disappearing? It looks like the uploads folder is not reading.

    @couplegls, can you share the address for your website? The CSS is different from theme to theme so it would be hard to get you an accurate answer on that using what you have provided. Also, can you elaborate on what you are trying to accomplish?

    @alegna01, if you have not already taken a look at the information on the child theme page for the WordPress codex, please take a look at it here.

    For the two different links, the menu area looks very different. From what I saw on the link you included, you have to modify the styles on your child theme for the items below (what it look like the theme is using to color in the whole header) and edit the lines that are bold.

    site-header .site-introduction {
        text-align: center;
        position: relative;
        display: block;
        /* background-color: #150E0E; */
        max-width: 320px;
        min-height: 86px;
        margin: 0 auto;
        background: white;
        <strong>background: linear-gradient(0deg, transparent 0px, #fff 0) top right, linear-gradient(90deg, transparent 0px, #000 0) top left, linear-gradient(315deg, transparent 30px, #fff 0) bottom right, linear-gradient(45deg, transparent 30px, #fff 0) bottom left;</strong>
        background-size: 50% 50%;
        background-repeat: no-repeat;
        padding-top: 10px;
        z-index: 3000;
    }
    body.custom-background {
        <strong>background-color: #000;</strong>
    }
    #topbar_container {
        margin: 0 auto;
        width: 100%;
       <strong> background-color: #000;</strong>
        height: 60px;
    }

    Please note that you do not need to add every portion of the class or id but you do have to put the modified code in there. Hope this helps.

    Forum: Themes and Templates
    In reply to: Enigma

    @brenvy, glad #3 worked out. I wonder why #1 did not work for you. Active, in this style sheet’s case, is the active page the visitor is viewing. If you would like, I can perform the change. Just shoot me an message on this site.

    Forum: Themes and Templates
    In reply to: Enigma

    @brenvy, I was able to modify the color on the active page button using the code I mentioned above. The css is in the default.css area. This is at the top of the style sheet from what I can tell.

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
    .dropdown-menu .active a {
    	background-color: #31A3DD;
    }

    The sidebar widget title code is as follows (default.css):

    .enigma_sidebar_widget_title {
        background: #31A3DD;
    }

    Hope that works for you.

    Hi again,

    I did a little bit of searching because I remember being able to embed videos uploaded to WordPress directly and I remember that they added the feature before version 4. So you should be able to embed the video using the embed codes for WordPress. Please take a look at the link provided below:
    https://codex.www.ads-software.com/Video_Shortcode

    Can you try that out and see if embedding using the video embed code? If not, there is probably something else that is wrong.

    Best,

    Joaquin

    Forum: Themes and Templates
    In reply to: Enigma

    @brenvy, you can esily modify those areas. The trickiest item to modify is the widget area depending on what you would like to modify on that.

    1. The menu bar default static blue color (before hovering over) on the menu items

    Please take a look at this portion of the style sheet in regards to 1.

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
    .dropdown-menu .active a {
    	background-color: #31A3DD;
    }

    In regards to #2’s arrow color, please see below.

    .enigma_carousel-prev i, .enigma_carousel-next i {
        color: #31A3DD;
    }</em>

    In regards to #3’s Coming up box, you can very likely edit it using the widget modification area. If that does not work, please post any more information regarding what you would like to do to the box.

    @fiyashussain, you have to add a plugin if you are going to add the items directly through the media upload section. If you search the add plugin section for an MP4 player, you can use that to embed the MP4 into your website. Most plugins have a shortcode format that needs to be used in order to embed the videos.

    Alternatively, you can always off-load the stress on your own server and use a service such as YouTube or Vimeo and use their embed codes. WordPress should convert the embed code from YouTube and Vimeo to show your video without any plugins. Please note that you have to agree to their service terms and conditions. Hope that helps.

    jv8080

    (@jv8080)

    @dbowland, no problem. I am looking at the website and the font seems to have taken on my computer. Did you clear your cache on your computer? If you don’t know how to do that, I found this link was pretty good (https://kb.iu.edu/d/ahic).

    jv8080

    (@jv8080)

    One thing that i did not mention that I probably should have is that these items will be tough to update so you might want to consider making a custom template for this. You can find some more information about templates for this plugin here: https://docs.woothemes.com/document/woocommerce-one-page-checkout/#section-4.

Viewing 15 replies - 1 through 15 (of 37 total)