Home › Forums › Legacy Support › Support queries › Setup issues › Problem with Elementor
Tagged: Elementor
- This topic has 18 replies, 3 voices, and was last updated 5 years, 11 months ago by Ava.
-
AuthorPosts
-
December 24, 2018 at 3:11 pm #190173wailokccBlockedWhen I create a new main page with Elementor and select the Elementor Full Width template, the menu can be displayed but its original style disappeared (I am using demo 10), see: https://snag.gy/OXNwgU.jpg 1) How to solve this? Is there any tutorial of using elementor with WPLMS? 2) How to add a set of courses (course grid) to pages with elementor?December 24, 2018 at 3:12 pm #190174wailokccBlockedThis reply has been marked as private.December 26, 2018 at 6:29 am #190248AvaMemberHi wailokcc As for now, we are working on the wplms modules to make it compatible with elementor. In the of eve new year, the elementor will be full fledged working with wplms in the month January. Till then, you can use Wp-bakery to create pages with Wplms modules.December 27, 2018 at 4:49 am #190375wailokccBlockedThank you. Will you release a new demo created by Elementor as well in January?December 27, 2018 at 6:51 am #190399AvaMemberHi Wailokcc We definitely working on it. And you will get notified about the update when it released.January 5, 2019 at 4:12 am #191312wailokccBlockedThe problem is still here after upgrading to v3.8.5. Please adviseJanuary 5, 2019 at 10:56 am #191351Anshuman SahuKeymasterYes this problem may remain as we are using custom header options (header is loaded dynamically from the option you select in customizer ) . But the elementor is not able to recognize this setting of header .It still loads the main header(default header.php) file . What you might need to do is to use the child theme . Install and activate blank child theme(available in wplms package you download from themeforest ) . Then copy the header style file you have chosen . Suppose if your have chosen transparent header then there will be a file in wplms theme named header-transparent.php . You need to copy this file into your child theme and rename it as header.php .This header.php file will be loaded by the elementor plugin from child theme but its content will be of transparent header . Also you would need to choose default header in wp-admin -> appearance->customize for this . This is because now the default header is header.php file which will load from child theme now which has content of transparent header .January 6, 2019 at 4:25 am #191402wailokccBlockedThank you. I have changed the header file. However, the transparent header with white words cannot display properly. See https://snag.gy/p6dtQc.jpg How can the header overlap the first item of Elementor, such like the WPLMS demos? e.g. how to move the Elementor's banner to the top of the page, so that the menu and the banner are at the same level.January 7, 2019 at 11:56 am #191485AvaMemberHi wailokcc There is a setting to make the header top transparent and thus banner and header top become at same level. Check the screenshot: http://prntscr.com/m40td2 Make the Header style generic in Wp-admin > Customization > header > RegardsJanuary 7, 2019 at 1:22 pm #191510wailokccBlockedIt doesn't work when I copied header-generic.php to child theme. Screenshot: https://snag.gy/qurcHg.jpg I wanted to have a menu like demo 10 when I create the page with Elementor. Screenshot: https://snag.gy/F3pWir.jpgJanuary 8, 2019 at 5:41 am #191578AvaMemberHello Wailokcc I have written some custom css code for that, So please paste the Code below to Wp-admin > Appearance > Customization > Custom Css > Publish header.generic { background: transparent !important; } Hope it helps.January 8, 2019 at 8:08 am #191599wailokccBlockedIt doesn't work again. Nothing has been changed. Could you please help me update the website directly using the credential above? I want the menu like this: https://snag.gy/F3pWir.jpgJanuary 8, 2019 at 9:53 am #191621AvaMemberHey Wailokcc Please accept my sincere apology, I might mistakenly give you the wrong code before, please replace the earlier code with the below. .home-page .elementor.light{ padding-top:0 !important; } Refer: http://prntscr.com/m4drcb Hope it fix for you now.January 8, 2019 at 10:46 am #191636wailokccBlockedIt works for the generic style, thank you. How can I do it by using mooc style (that have login/signon links on the menu without the red bar at the top)? The code only works for the generic style.January 9, 2019 at 6:07 am #191735AvaMemberHey Wailokcc Please paste the below code, if the same menu styling you want with Mooc header style, header.mooc{ position:absolute; } header{ background-color:transparent !important; } to Wp-admin > Appearance > Customization > Custom Css > Publish Hope it helps. Please share if the issue resolve for you. Regards
-
AuthorPosts
- The topic ‘Problem with Elementor’ is closed to new replies.