In blog theme There are two pages
1) All Post in one page
2) Detail post page
To build page we are using wpbakery
When we see the page type 1(All post in one page) some of page bakery's back end code is showing where as It should be design.
Where as page 2(detail post) is working fine.
Here is Image for Blog list page.
Image for Page 2 Blog detail.
Is the issue of theme or wpBakery page builder plugin?
Created ticket with WPBakery Page builder, Moved all code to another server and updated again with fresh WPBakery plugin download.
Now it is working fine. Just update the php version and it's working fine.
Related
I'm working on an e-commerce website that I'm making with Shopify and I've been using the Timber framework and building onto it and modifying it heavily.
You can create your page in the Shopify admin. The content box can contain HTML or JavaScript; just tap on the <> button to see the code.
The page will be rendered with the page.liquid template of your theme. If you want the FAQ page to have a different look from your other pages you can create an alternate page template.
I'm learning how to use wordpress using it from my computer as a local web server, and I want my website look like the preview of themes in the adding themes section, but after I install most of those themes, the first page I see is the post page. I want that any theme I install looks like Zerif Lite by example, that kind of look.
B.e. This real case: I just saw the Spacious theme, but when I click to preview just shows the blog section, and not the carrousel and all that desing...
This is my website http://ajfmo.ddns.net and i want tome make look this way http://demo.themegrill.com/spacious/
If anyone want to see inside my dashboard ask me by private message.
Thank you guys.
You can go to Settings=>Reading in the admin area and there is an option to choose a static page as your "home" page.
I can't get editable html code behind the page. I want to make some changes to the page. Web site is hosted in the remote server. Someone assigned this task. There is empty editor when open edit page as below image.
Also I added plugin and actived it but can't get the result.
The picture you posted is of the WYSIWYG editor, which is only for adding content to the page.
If you want to edit the layout of the page itself you have 2 options -
Minor page edits to appear across all pages on the site - Go to Appearance -> editor -> page.php and then edit the code to suite your needs.
Large page edits to appear on one or two pages -
Get access to the files
Duplicate page.php with a different name
Edit code
When you go to add a new page you should have an option to pick a page template. Choose the page template you just created.
If you know exactly what you are doing, you can use Chrome "Inspect" feature, and change the HTML of the content inside the WordPress WYSIWYG Editor. After injecting your HTML, click Preview or Publish and your changes will be saved correctly.
In WordPress 5.5.3, you should be able to click the three dots on the top right, then select Code editor. Alternatively, press Ctrl+Shift+Alt+M.
I want to dynamically update the three images from "Trend Alert" in the EDM below:
http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
To this Facebook iFrame.
http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
I'm hoping someone knows a way to update these automagically - I don't want to have to manually change them every week.
The problem as you can see is that the EDM above spits out a different dynamic link every week.
Any one worked on something similar to this before?
This Facebook page currently features the same technique (The Latest section) - so if anyone can shed some light on it that would be great!
http://www.facebook.com/rachelzoe
EDIT: I've created the html email template and have got the iframe working - but i'm unsure how to link the images to the Facebook as the link to the html email (campaign monitor) will change weekly?
LINK to EDM: http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
LINK TO FB: http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
You can create a Facebook Application and install it as a tab in your client's Facebook Page. This tab will render an iframe with content from any URL that you specify. This way, you can do anything you want with your webpage (e.g. display 3 dynamic images), and it will be embedded in your client's Facebook Page.
A widget in SideBarOther shows up on the main article listing page, but when I select an article (same page layout, the article replaces the listing), the widget isn't there. There are two items in SideBarOther, and only the 2nd one has this problem (see code below). If I remove the first one, it is correctly gone from from both the listing page and article page, and the 2nd one still only shows up on the listing page. I'm using an unmodified "News Magazine Theme 640" theme.
<a href="http://www.facebook.com/pages/[our-page]/[our number]" title="[our name]"
target="_blank"><img src="../pics/fbook_button.jpg" boder="0" alt="[our name]"></a>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like
href="http://www.facebook.com/pages/[our name]/[our number]" layout="box_count"
show_faces="false" width="50"></fb:like>
NO, I am not confusing which widget is not appearing - the local directory reference ../pics on the first widget works on all pages. The Facebook Like button is the one that isn't appearing on all pages.
This is not hosted by Wordpress, rather Wordpress v. 2.92 is installed on our website.
(I tried the official wordpress forum, and got no reply.)
UPDATE
I "viewed page source" in Firefox, and THE CODE IS THERE on the article page, and it's IDENTICAL to the listing page. So why isn't it displayed??? I tried the Opera browser, same results. I added another copy of the first widget, and two of them appear on the listing page, and on the article page - the box automatically adjusted to accommodate them.
Adding <script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> before the Facebook Share Code solved this problem. This was discovered after I found that if I disabled the Facebook Share plugin, the like button then worked.