Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter sagibinder

    (@sagibinder)

    Any help @praveenrai , please?

    Thread Starter sagibinder

    (@sagibinder)

    Hello
    Thanks for your help.
    I edit the CSS file through the theme customization and nothing is working from the 3 solutions above, can you please assist

    Attached is Additional CSS code – go to the end of the code this is the part I added your code

    .site-header .header-t {
        padding: 42px 0 21px;
    }
    
    .oneRowForm>div input:not([type="submit"]),
    .oneRowForm textarea {
    	border: none;
    	border-bottom: 1px solid #545454 !important;
    	background: none !important;
    	outline: none;
    	border-radius: 0;
    	margin-bottom: 10px;
    	width: 90%;
    	max-width: 400px;
    	text-indent: 0;
    	font-weight: 400;
    }
    
    .oneRowForm textarea {
    	resize: none;
    	height: 100px;
    	padding-right: 7px;
    	transition: height .4s;
    }
    
    .oneRowForm textarea:active,
    .oneRowForm textarea:focus {
    	height: 100px;
    }
    
    .oneRowForm input[type="submit"] {
    	background: #000;
    	width: 100px;
    	height: 30px;
    	line-height: 30px;
    	border-radius: 0;
    	outline: none;
    	-webkit-transition: all .3s;
    	transition: all .3s;
    	text-indent: 0;
    	text-shadow: none;
    	color: white;
    	padding: 0;
    }
    
    .oneRowForm .my_submit_button:hover,
    .oneRowForm .my_submit_button:focus,
    .oneRowForm .my_submit_button:active {
    	outline: none;
    	background: #545454 !important;
    }
    
    .oneRowForm .ajax-loader {
    	position: absolute;
    	left: auto;
    	right: auto;
    }
    
    body.rtl .wpcf7-form input,
    body.rtl .wpcf7-form textarea {
    	max-width: 100%;
    	direction: rtl;
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    	text-align: center;
    }
    
    body.rtl .wpcf7-form {
    	text-align: center;
    }
    
    .site-info,
    .page-title {
    	display: none
    }
    
    .main-navigation ul {
    	font-size: 16px;
    	font-weight: 400;
    }
    
    .main-navigation ul ul {
    	font-size: 14px;
    	font-weight: 400;
    }
    
    .rtl .search-field {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    /* .site-content  {
        margin-top: -110px;
    } */
    
    .woocommerce .site-content {
    	margin-top: -60px;
    }
    
    .text-logo .custom-logo-link {
    	width: 150px;
    }
    
    /* HOME page override START */
    
    .home .site-content {
    	margin-top: 0;
    	overflow-x: hidden;
    	padding: 0;
    }
    
    .home .entry-content {
    	margin: 0;
    }
    
    .home .container {
    	padding: 0;
    /* 	max-width: 100%; */
    }
    
    .home .hentry {
    	margin: 0;
    }
    
    .home footer {
    	display: none !important;
    }
    
    /* HOME page override END */
    
    .tiled-gallery .gallery-row {
    	margin-bottom: 10px;
    	width: 111% !important;
    }
    
    .gallery {
    	margin: -10px;
    }
    
    .gallery-item {
    	padding: 10px;
    }
    
    .rtl .blossomthemes-email-newsletter-wrapper {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .rtl .widget-title {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .rtl .subscribe-fname-6079 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .rtl .subscribe-email-6079 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .rtl .subscribe-submit-6079 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    	background: #888888;
    }
    
    .subscribe-submit-6078 {
    	background: #888888;
    }
    
    .rtl .menu-item-627 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .rtl .menu-item-627-he {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .subscribe-fname-popup-5972 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .subscribe-email-popup-5972 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .subscribe-submit-popup-5972 {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .lbten-response-popup-5972 {
    	text-align: right
    }
    
    .rtl .blossomthemes-email-newsletter-wrapper id="popup-5972" {
    	font-size: 16px;
    	font-weight: 400;
    	font-family: Open Sans Hebrew;
    }
    
    .woocommerce {
    	color: black;
    }
    
    a {
    	color: #7A7A7A;
    }
    
    a:hover {
    	color: #7A7A7A;
    }
    
    a:visited {
    	color: #7A7A7A;
    }
    
    .woocommerce div.product .product_title {
    	font-size: 28px !important;
    }
    
    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce ul.products li.product .price {
    	color: #000000;
    	font-size: 20px;
    	line-height: 1em;
    	font-weight: 400;
    }
    
    .woocommerce div.product .entry-summary .price {
    	font-size: 18px;
    	margin: 0 0 20px;
    }
    
    .woocommerce div.product .entry-summary .variations_form table.variations tr td select {
    	color: #000000;
    }
    
    .woocommerce div.product form.cart .button {
    	color: #000000;
    }
    
    .woocommerce .woocommerce-message .button:hover {
    	background: #000000;
    	color: #ffffff;
    }
    
    .woocommerce-checkout .woocommerce .woocommerce-info {
    	background-color: #ececec;
    }
    
    .site-header .tools .cart {
    	color: #ececec;
    }
    
    footer .widget .widget-title:before,
    footer .widget .widget-title:after {
    	width: 0px;
    }
    
    .woocommerce-cart .cart-collaterals .cross-sells ul.products li {
    	width: 45%;
    }
    
    .woocommerce-cart .cart-collaterals .woocommerce-loop-product__title {
    	font-size: 20px!important;
    }
    
    @media all and (max-width:455px) {
    	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    		padding: 10px 10px;
    	}
    }
    
    @media all and (max-width: 500px) {
    	.woocommerce .woocommerce-result-count,
    	.woocommerce-page .woocommerce-result-count {
    		width: 50%;
    		float: right;
    		text-align: right;
    	}
    }
    
    @media only screen and (max-width: 1024px) {
    	.main-navigation ul li a {
    		background-image: linear-gradient(180deg, transparent 93%, #000000 0) !important;
    	}
    	.rtl .main-navigation ul li button {
    		right: unset !important;
    	}
    	.rtl #toggle-button {
    		float: right !important;
    		font-size: 18px;
    		font-weight: 400;
    		font-family: Open Sans Hebrew;
    	}
    	.rtl .main-navigation.open {
    		right: 0 !important;
    	}
    	.rtl .site-header .nav-holder .tools {
    		float: left !important;
    	}
    }
    @media only screen and (max-width: 667px) {
    .woocommerce-page div#content-wrap {
        display: flex;
        flex-direction: column;
    }
    div#primary {
        float: left;
    }
    @media (max-width: 768px){
    .container .row {
        display: flex !important;?
        flex-direction: column !important;
    }
    
    #primary {
        order: 2 !important;
    }
    
    #secondary {
    	order: 1 !important;
    }
    }
    section#currency_sel_widget-0 {
        position: absolute !important;
        top: 85px !important;
    }
    Thread Starter sagibinder

    (@sagibinder)

    Hi Vlad
    Thanks again for your quick and professional answer!
    Why do I need a child theme? Is it necessary if I have automatic backups

    Thread Starter sagibinder

    (@sagibinder)

    Thanks for the help, the issue solved
    .

    Thread Starter sagibinder

    (@sagibinder)

    Hi
    So I disabled all the plugins and the issue didn’t resolve.
    Do you think about any other solution ?

    Thread Starter sagibinder

    (@sagibinder)

    Hey
    I don’t have that theme, I installed the woo-commerce plugin throughout my theme (Blossom Fashion)
    I will try to disable all the plugs to see if it works and update

    Thread Starter sagibinder

    (@sagibinder)

    Hi Vlad!
    Thanks for the help – it’s working!

    Thread Starter sagibinder

    (@sagibinder)

    Hi
    I changed the order as you said, Checkout
    But on the product page, it’s still the same.
    DO you know why ?

    Thread Starter sagibinder

    (@sagibinder)

    Hi gilt
    Still issue not solved it’s happened on another page
    I would like to get help with the mobile gallery that is missing.
    I created 2 pages, an English version, and a Hebrew version.
    The English version of the page works fine, meaning there is a gallery below the title “The collection” while in the Hebrew version there is not.
    I tried to solve the problem with his guide but it’ didn’t work.
    Can you please advise?
    English page:
    https://rotemshaul.com/brides/?v=88588bacf0da
    Hebrew Page:
    https://rotemshaul.com/he/elementor-6677/?v=88588bacf0da
    Please make sure you are vising the website via mobile because the problem is on mobile only.

    Thread Starter sagibinder

    (@sagibinder)

    2. I am not going to purchase elementor.
    Anyway, i did it via CSS code
    .woocommerce {
    color: black;
    }

    DO you have another idea to solve this issue? or to stay with CSS code
    3.

    .site-content  {
        margin-top: -110px;
    }
    .woocommerce .site-content  {
        margin-top: 0px;
    }

    4. any page in the website, for empale this page The page title is in white and background is white so it’s difficult see
    I figure it out with CSS code
    .page-title {
    display : none
    }

    • This reply was modified 4 years, 1 month ago by sagibinder.
    • This reply was modified 4 years, 1 month ago by sagibinder.
    Thread Starter sagibinder

    (@sagibinder)

    Hi Lorro
    Thanks for the help but some of your solutions are not working.
    1. Working, thanks a lot
    2. I deactivate the Super Cash Plug-in and I was not able to edit it via Elmentor, I guess it’s because I am using the free version of Elementor?
    WooCommreice it’s a pro version feature.
    What is the other solution? Editing the product page via normal edit doesn’t show up in the product page content? just a blank page?
    Do we have other solutions instead of editing it via CSS?
    3. Didn’t work I guess I didn’t write the code correctly
    4. After I have installed the woocoomerce plug-in the page title of each page is now shown, although I disable it before using elmentor.
    How can I remove it again?

    Thread Starter sagibinder

    (@sagibinder)

    Thanks, man it’s working!

    Thread Starter sagibinder

    (@sagibinder)

    Thanks, Vlad it’s working!
    But I want that both menus items will be underlined in black color, not just LTR,
    RTL too
    What should I change in your code?

    Thread Starter sagibinder

    (@sagibinder)

    Hi Gil
    I am not using the Emelentor Pro version, I am using the free version.
    there is a gallery in the free version

    Thread Starter sagibinder

    (@sagibinder)

    Yes, I did as you said it’s better ??
    Thanks for the help again

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